Interface IServerArtifact

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IApplicationArtifact, ILifecycleAware
All Known Implementing Classes:
ServerArtifact

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

    Modifier and Type
    Method
    Description
    org.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