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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.wst.server.core.IServergetServer()Returns the server to run application on.- 
Methods inherited from interface com.e1c.g5.dt.applications.IApplicationArtifactgetApplication, getName
 - 
Methods inherited from interface com.e1c.g5.dt.applications.ILifecycleAwaregetApplication
 
- 
 
-