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 SummaryFields 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 SummaryAll 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.IApplicationgetArtifacts, getId, getName, getProject, getType
 - 
Methods inherited from interface com.e1c.g5.dt.applications.ILifecycleAwaregetApplication
 - 
Methods inherited from interface com.e1c.g5.dt.applications.IUrlAccessgetApplication, getId, getUrl
 
- 
 
- 
- 
- 
Field Detail- 
ATTR_PLATFORMstatic 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_VISIBLEstatic 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- 
getServerorg.eclipse.wst.server.core.IServer getServer() Returns the server to run application on.- Returns:
- the server to run application on, never null
 
 - 
getModuleorg.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
 
 
- 
 
-