Class ProfileKeys


  • public final class ProfileKeys
    extends Object
    1C:Enterprise runtime profile keys utility class. Contains utility method of(...) to construct profile key properly by key parts. Also contains some prederined keys.

    Clients may use for convenience.

    See Also:
    ProfileKeys.IProfileValues
    Restriction:
    This class is not intended to be sub-classed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Field Detail

      • INFOBASE_PUBLICATION_WEB_SERVER

        public static final String INFOBASE_PUBLICATION_WEB_SERVER
      • INFOBASE_PUBLICATION_WEB_SERVER_PORT

        public static final String INFOBASE_PUBLICATION_WEB_SERVER_PORT
      • INFOBASE_PUBLICATION_NAME

        public static final String INFOBASE_PUBLICATION_NAME
      • INFOBASE_PUBLICATION_DIRECTORY

        public static final String INFOBASE_PUBLICATION_DIRECTORY
      • MOBILE_APPLICATION_NAME

        public static final String MOBILE_APPLICATION_NAME
      • MOBILE_APPLICATION_DIRECTORY

        public static final String MOBILE_APPLICATION_DIRECTORY
      • MOBILE_APPLICATION_WEB_SERVER

        public static final String MOBILE_APPLICATION_WEB_SERVER
      • MOBILE_APPLICATION_AUTO_UPDATE

        public static final String MOBILE_APPLICATION_AUTO_UPDATE
      • ANDROID_SDK_PATH

        public static final String ANDROID_SDK_PATH
      • MOBILE_PLATFORM_PATH

        public static final String MOBILE_PLATFORM_PATH
      • MOBILE_DEVICE_NAME

        public static final String MOBILE_DEVICE_NAME
    • Method Detail

      • of

        public static final String of​(String... parts)
        Construct an 1C:Enterprise runtime profile key by the given key parts.
        Parameters:
        parts - key parts, cannot be null
        Returns:
        the 1C:Enterprise runtime profile key, never null