Interface IPlatformServicesPreferences


  • public interface IPlatformServicesPreferences
    Platform Services plug-in preferences keys constants.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • ENCODING

        static final Charset ENCODING
        Preferences persisting encoding. Value is UTF-8.
      • RUNTIME_INSTALLATIONS_XML

        static final String RUNTIME_INSTALLATIONS_XML
        Platform Services plugin preferences key. Preference value is XMI-serialized list of 1C:Enterprise runtime installations.
        See Also:
        Constant Field Values
      • EMBEDDED_JETTY_PORT

        static final String EMBEDDED_JETTY_PORT
        Platform Services plugin preferences key. Preference value is port to run embedded Jetty web server on.
        See Also:
        Constant Field Values
      • EMBEDDED_JETTY_CONFIGURATION_LOCATION

        static final String EMBEDDED_JETTY_CONFIGURATION_LOCATION
        Platform Services plugin preferences key. Preference value is a location of the embedded Jetty web server configuration. File path is expected.
        See Also:
        Constant Field Values
      • EMBEDDED_JETTY_PUBLICATION_LOCATION

        static final String EMBEDDED_JETTY_PUBLICATION_LOCATION
        Platform Services plugin preferences key. Preference value is a location of the embedded Jetty web server publications. Directory path is expected.
        See Also:
        Constant Field Values
      • WEB_SERVERS_XML

        static final String WEB_SERVERS_XML
        Platform Services plugin preferences key. Preference value is XMI-serialized list of web servers installations.
        See Also:
        Constant Field Values
      • AUTO_EXT_OBJECT_DUMP_GENERATION

        static final String AUTO_EXT_OBJECT_DUMP_GENERATION
        Platform Services plugin preferences key. Preference value is whether need to auto generate *.epf and *.erf dumps for associated with node project.

        Value is com._1c.g5.v8.dt.platform.services.core.AUTO_EXT_OBJECT_DUMP_GENERATION.

        See Also:
        Constant Field Values