Interface IPlatformServicesPreferencesDefaults


  • public interface IPlatformServicesPreferencesDefaults
    Platform services core plug-in preferences default values.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • EMBEDDED_JETTY_PORT

        static final int EMBEDDED_JETTY_PORT
        Default embedded Jetty web server port. Value is 8080.
        See Also:
        Constant Field Values
      • EMBEDDED_JETTY_CONFIGURATION_LOCATION

        static final String EMBEDDED_JETTY_CONFIGURATION_LOCATION
        Default embedded Jetty configuration file location. Value is .
      • EMBEDDED_JETTY_PUBLICATION_LOCATION

        static final String EMBEDDED_JETTY_PUBLICATION_LOCATION
        Default embedded Jetty publications directory location. Value is .
      • AUTO_EXT_OBJECT_DUMP_GENERATION

        static final boolean AUTO_EXT_OBJECT_DUMP_GENERATION
        Default auto external object dump generation flag. Value is true.
        See Also:
        Constant Field Values