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
 IServerType IServerAttributes.getServerType()
          Returns the type of this server.
static IServerType[] ServerCore.getServerTypes()
          Returns an array of all known server types.
static IServerType ServerCore.findServerType(java.lang.String id)
          Returns the server type with the given id, or null if none.
 

Methods in org.eclipse.wst.server.core with parameters of type IServerType
static org.eclipse.core.resources.IFile ServerUtil.getUnusedServerFile(org.eclipse.core.resources.IProject project, IServerType type)
          Returns an unused file in the given project.