Uses of Interface
org.eclipse.wst.server.core.IServerType

Packages that use IServerType
org.eclipse.wst.server.core The main server tools framework client API. 
 

Uses of IServerType in org.eclipse.wst.server.core
 

Methods in org.eclipse.wst.server.core that return IServerType
static IServerType ServerCore.findServerType(java.lang.String id)
          Returns the server type with the given id, or null if none.
 IServerType IServerAttributes.getServerType()
          Returns the type of this server.
static IServerType[] ServerCore.getServerTypes()
          Returns an array of all known server types.