|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRuntimeType | |
---|---|
org.eclipse.wst.server.core |
Uses of IRuntimeType in org.eclipse.wst.server.core |
---|
Methods in org.eclipse.wst.server.core that return IRuntimeType | |
---|---|
static IRuntimeType |
ServerCore.findRuntimeType(java.lang.String id)
Returns the runtime type with the given id, or null
if none. |
IRuntimeType |
IServerType.getRuntimeType()
Returns the type of server runtime that this type of server requires. |
IRuntimeType |
IRuntime.getRuntimeType()
Returns the type of this runtime instance. |
static IRuntimeType[] |
ServerCore.getRuntimeTypes()
Returns an array of all known runtime types. |
static IRuntimeType[] |
ServerUtil.getRuntimeTypes(java.lang.String type,
java.lang.String version)
Return a list of all runtime types that match the given type and version. |
static IRuntimeType[] |
ServerUtil.getRuntimeTypes(java.lang.String type,
java.lang.String version,
java.lang.String runtimeTypeId)
Return a list of all runtime types that match the given type, version, and partial runtime type id. |
Methods in org.eclipse.wst.server.core with parameters of type IRuntimeType | |
---|---|
boolean |
IRuntimeTargetHandler.supportsRuntimeType(IRuntimeType runtimeType)
Deprecated. Returns true if this runtime target handler supports
(can work with) the given runtime. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |