Interface ILinuxConstants


  • public interface ILinuxConstants
    Platform-specific constants for Linux OS.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • PLATFORM_x32_PATH

        static final Path PLATFORM_x32_PATH
        x32-platform 1C:Enterprise Runtime default path.
      • PLATFORM_x64_PATH

        static final Path PLATFORM_x64_PATH
        x64-platform 1C:Enterprise Runtime default path.
      • PLATFORM_OSX_PATH

        static final Path PLATFORM_OSX_PATH
        OSX 1C:Enterprise Runtime default path.
      • PLATFORM_x32_PATH_8_3_18

        static final Path PLATFORM_x32_PATH_8_3_18
        x32-platform 1C:Enterprise Runtime path since 8.3.18.
      • PLATFORM_x64_PATH_8_3_18

        static final Path PLATFORM_x64_PATH_8_3_18
        x64-platform 1C:Enterprise Runtime path since 8.3.18.
      • USER_HOME

        static final Path USER_HOME
        Use home location.

        Can return invalid path, if system property HOME is not set in current OS.

      • DEFAULT_INFOBASE_LOCATION

        static final Path DEFAULT_INFOBASE_LOCATION
        Default infobase creation location.
      • PROFILE_ROOT_LOCATION

        static final Path PROFILE_ROOT_LOCATION
        1C:Enterprise profile root location.
      • DEFAULT_CONFIG_LOCATION

        static final Path DEFAULT_CONFIG_LOCATION
        Default configs location.
      • DEFAULT_CONFIG_START

        static final Path DEFAULT_CONFIG_START
        Default config with start information.
      • DEFAULT_CONFIG_INFOBASES

        static final Path DEFAULT_CONFIG_INFOBASES
        Default config with Infobases information.
      • APACHE2_CONF_PATH

        static final Path APACHE2_CONF_PATH
        Apache 2 configuration file path.
      • APACHE2_EXCECUTE_COMMAND

        static final String APACHE2_EXCECUTE_COMMAND
        Apache 2 execute command.