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 |
---|---|
WsLocationAdmin.addLocation(java.lang.String fileName,java.lang.String symbolicName)
Add location to the registry of locations.
|
|
WsLocationAdmin.asResource(java.io.File file,boolean isFile)
Create a
WsResource for the provided file.
|
|
WsResource.getChild(java.lang.String name)
Obtain an WsResource for the named child (direct descendant of this
resource).
|
|
WsResource.getParent()
Obtain an WsResource for the parent of this resource.
|
|
WsLocationAdmin.getRuntimeResource(java.lang.String relativeRuntimePath)
Return an WsResource object with the given name in the runtime install directory
(wlp.install.dir).
|
|
WsLocationAdmin.getServerOutputResource(java.lang.String relativeServerPath)
Return an WsResource object with the given name in the active server's configuration directory
(server.output.dir).
|
|
WsLocationAdmin.getServerResource(java.lang.String relativeServerPath)
Return an WsResource object with the given name in the active server's configuration directory
(server.config.dir).
|
|
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.
|
|
WsResource.resolveRelative(java.lang.String relativeResourceURI)
Resolve an WsResource relative to the current resource/location.
|
|
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 .
|
|
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 |
---|---|
|
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 |
---|---|
|
WsResource.moveTo(WsResource target)
Moves this resource to the target resource.
|