com.ibm.wsspi.kernel.service.location

Uses of Interface WsResource

Packages that use WsResource

Package Description
com.ibm.wsspi.kernel.service.location

Uses of WsResource in com.ibm.wsspi.kernel.service.location

Modifier and Type Method and Description
  1. WsResource
WsLocationAdmin.addLocation(java.lang.String fileName,java.lang.String symbolicName)
Add location to the registry of locations.
  1. WsResource
WsLocationAdmin.asResource(java.io.File file,boolean isFile)
Create a WsResource for the provided file.
  1. WsResource
WsResource.getChild(java.lang.String name)
Obtain an WsResource for the named child (direct descendant of this resource).
  1. WsResource
WsResource.getParent()
Obtain an WsResource for the parent of this resource.
  1. WsResource
WsLocationAdmin.getRuntimeResource(java.lang.String relativeRuntimePath)
Return an WsResource object with the given name in the runtime install directory (wlp.install.dir).
  1. WsResource
WsLocationAdmin.getServerOutputResource(java.lang.String relativeServerPath)
Return an WsResource object with the given name in the active server's configuration directory (server.output.dir).
  1. WsResource
WsLocationAdmin.getServerResource(java.lang.String relativeServerPath)
Return an WsResource object with the given name in the active server's configuration directory (server.config.dir).
  1. WsResource
WsLocationAdmin.getServerWorkareaResource(java.lang.String relativeServerWorkareaPath)
Return an WsResource object with the given name (which may or may not exist) in the active server's workarea.
  1. WsResource
WsResource.resolveRelative(java.lang.String relativeResourceURI)
Resolve an WsResource relative to the current resource/location.
  1. WsResource
WsLocationAdmin.resolveResource(java.lang.String resourceURI)
Resolve the given resource URI (either an absolute URI, or a repository URI containing symbolics), and return an WsResource.
  1. WsResource
WsLocationAdmin.resolveResource(java.net.URI resourceURI)
Resolve the given resource URI (either an absolute URI, or an alpine repository URI containing symbolics), and return an WsResource.
Modifier and Type Method and Description
  1. java.util.Iterator<WsResource>
WsLocationAdmin.matchResource(java.lang.String resourceGroupName,java.lang.String resourceRegex,int limit)
Find the resource(s) matching the provided regular expression.
Modifier and Type Method and Description
  1. boolean
WsResource.moveTo(WsResource target)
Moves this resource to the target resource.