Uses of Class
com.ibm.wsspi.kernel.service.location.WsResource.Type
-
Packages that use WsResource.Type Package Description com.ibm.wsspi.kernel.service.location -
-
Uses of WsResource.Type in com.ibm.wsspi.kernel.service.location
Methods in com.ibm.wsspi.kernel.service.location that return WsResource.Type Modifier and Type Method Description WsResource.Type
ResourceMismatchException. getExpected()
WsResource.Type
ResourceMismatchException. getFound()
WsResource.Type
WsResource. getType()
Return the resource typestatic WsResource.Type
WsResource.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WsResource.Type[]
WsResource.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.wsspi.kernel.service.location with parameters of type WsResource.Type Modifier and Type Method Description boolean
WsResource. isType(WsResource.Type resourceType)
Tests whether the wrapped/proxied resource is of the specified type:WsResource.Type
.Constructors in com.ibm.wsspi.kernel.service.location with parameters of type WsResource.Type Constructor Description ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found)
-