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 SummaryModifier and TypeMethodDescriptionorg.eclipse.wst.server.core.IServerReturns the server to run application on.Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapterMethods inherited from interface com.e1c.g5.dt.applications.IApplicationArtifactgetApplication, getNameMethods inherited from interface com.e1c.g5.dt.applications.ILifecycleAwaregetApplication
- 
Method Details- 
getServerorg.eclipse.wst.server.core.IServer getServer()Returns the server to run application on.- Returns:
- the server to run application on, never null
 
 
-