Uses of Enum
com.ibm.wsspi.kernel.service.location.WsResource.Type
Packages that use WsResource.Type
-
Uses of WsResource.Type in com.ibm.wsspi.kernel.service.location
Methods in com.ibm.wsspi.kernel.service.location that return WsResource.TypeModifier and TypeMethodDescriptionResourceMismatchException.getExpected()
ResourceMismatchException.getFound()
WsResource.getType()
Return the resource typestatic WsResource.Type
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.TypeModifier and TypeMethodDescriptionboolean
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.TypeModifierConstructorDescriptionResourceMismatchException
(String path, WsResource.Type expected, WsResource.Type found)