Package com.e1c.g5.dt.applications.wst
Interface IServerApplication
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IApplication
,ILifecycleAware
,IUrlAccess
- All Known Implementing Classes:
ServerApplication
The server application based on Eclipse WST server module.
Notice. getServer()
should provide IRuntime
(see IServerAttributes.getRuntime()
) adaptable to IServerVersionRuntime
- See Also:
-
IModule
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The server attribute key to determine 1C:Enterprise platform generation.static final String
The server module property key to determine whether need to show server module as application.Fields inherited from interface com.e1c.g5.dt.applications.IApplication
CONTEXT_CLIENT_ARGUMENTS, CONTEXT_CLIENT_INSTALLATION, CONTEXT_CLIENT_TYPE
-
Method Summary
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
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 Details
-
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:
-
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:
-
-
Method Details
-
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
-