Package com.e1c.g5.dt.applications.wst
Interface IServerArtifact
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IApplicationArtifact
,ILifecycleAware
public interface IServerArtifact extends IApplicationArtifact, ILifecycleAware
The WST server lifecycle aware artifact. Represents the actual application server that application is run on.- See Also:
IServer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.wst.server.core.IServer
getServer()
Returns the server to run application on.-
Methods inherited from interface com.e1c.g5.dt.applications.IApplicationArtifact
getApplication, getName
-
Methods inherited from interface com.e1c.g5.dt.applications.ILifecycleAware
getApplication
-
-