Interface IServerApplication

    • Field Detail

      • ATTR_PLATFORM

        static final String ATTR_PLATFORM
        The server attribute key to determine 1C:Enterprise platform generation. The server must provide attribute value for this key to be represented as server application.
        See Also:
        Constant Field Values
      • PROP_IS_VISIBLE

        static final String PROP_IS_VISIBLE
        The server module property key to determine whether need to show server module as application. The server module may provide this property as IModule2.getProperty(String) boolean value.
        See Also:
        Constant Field Values
    • Method Detail

      • getServer

        org.eclipse.wst.server.core.IServer getServer()
        Returns the server to run application on.
        Returns:
        the server to run application on, never null
      • getModule

        org.eclipse.wst.server.core.IModule getModule()
        Returns the server module that represents the server application.
        Returns:
        the server module that represents the server application, never null