Interface IWindowsConstants


  • public interface IWindowsConstants
    Platform-specific constants for Windows 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

      • ALL_USERS_CONFIG_FILE_PATH

        static final Path ALL_USERS_CONFIG_FILE_PATH
        All-users 1C:Enterprise Runtime config file path. Value is '%ALLUSERSPROFILE%/Application Data/1C/1CEstart/1cestart.cfg'.

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

      • APP_DATA_ROOT

        static final Path APP_DATA_ROOT
        1C:Enteprise Runtime application data local root location. Value is '%APPDATA%/1C'.

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

      • PROFILE_DEFAULT_LOCATION

        static final Path PROFILE_DEFAULT_LOCATION
        1C:Enteprise Runtime default profiles location. Value is '%APPDATA%/1C/1cv8/'.

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

      • PROFILE_CONFIG_LOCATION

        static final Path PROFILE_CONFIG_LOCATION
        1C:Enteprise Runtime profile config location. Value is '%APPDATA%/1C/1cv8/location.cfg'.

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

      • DEFAULT_CONFIG_LOCATION

        static final Path DEFAULT_CONFIG_LOCATION
        Default configs location. Value is '%APPDATA%/1C/1CEstart'.

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

      • USER_HOME

        static final Path USER_HOME
        Use home location.

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

      • CURRENT_USER_CONFIG_FILE_PATH

        static final Path CURRENT_USER_CONFIG_FILE_PATH
        Current-users 1C:Enterprise Runtime config file path. Value is '%APPDATA%/1C/1CEstart/1cestart.cfg'.

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

      • DEFAULT_CONFIG_INFOBASES

        static final Path DEFAULT_CONFIG_INFOBASES
        Default config with Infobases information. Value is '%APPDATA%/1C/1CEstart/ibases.cfg'.

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

      • APACHE_PROCESS_NAME

        static final String APACHE_PROCESS_NAME
        Apache 2 process name. Value is apache.exe.
        See Also:
        Constant Field Values
      • INETSTP_KEY

        static final String INETSTP_KEY
        IIS registry key. Value is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp.
        See Also:
        Constant Field Values
      • SERVICES_KEY

        static final String SERVICES_KEY
        Services registry key. Value is HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services.
        See Also:
        Constant Field Values
      • VN_INSTALL_PATH

        static final String VN_INSTALL_PATH
        Registry install path key. Value is InstallPath.
        See Also:
        Constant Field Values
      • VN_VERSION_STRING

        static final String VN_VERSION_STRING
        Registry version string key. Value is VersionString.
        See Also:
        Constant Field Values
      • VT_REG_EXPAND_SZ

        static final String VT_REG_EXPAND_SZ
        Registry environment variable value type. Value is REG_EXPAND_SZ.
        See Also:
        Constant Field Values
      • DEFAULT_CONSOLE_CHARSET

        static final Charset DEFAULT_CONSOLE_CHARSET
        Default charset for windows console Value is cp866