Package com.e1c.g5.dt.applications.wst
Interface IServerArtifact
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IApplicationArtifact
,ILifecycleAware
- All Known Implementing Classes:
ServerArtifact
The WST server lifecycle aware artifact. Represents the actual application server that application is run on.
- See Also:
-
IServer
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.wst.server.core.IServer
Returns the server to run application on.Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface com.e1c.g5.dt.applications.IApplicationArtifact
getApplication, getName
Methods inherited from interface com.e1c.g5.dt.applications.ILifecycleAware
getApplication
-
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
-