Package com.e1c.g5.dt.applications.wst
Interface IServerApplication
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable,IApplication,ILifecycleAware,IUrlAccess
public interface IServerApplication extends IApplication, IUrlAccess
The server application based on Eclipse WST server module.- See Also:
IModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_PLATFORMThe server attribute key to determine 1C:Enterprise platform generation.static StringPROP_IS_VISIBLEThe server module property key to determine whether need to show server module as application.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.wst.server.core.IModulegetModule()Returns the server module that represents the server application.org.eclipse.wst.server.core.IServergetServer()Returns the server to run application on.-
Methods inherited from interface com.e1c.g5.dt.applications.IApplication
getArtifacts, getId, getName, getProject, getType
-
Methods inherited from interface com.e1c.g5.dt.applications.ILifecycleAware
getApplication
-
Methods inherited from interface com.e1c.g5.dt.applications.IUrlAccess
getApplication, getId, getUrl
-
-
-
-
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 asIModule2.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
-
-