WsResource |
WsLocationAdmin.addLocation(java.lang.String fileName,
java.lang.String symbolicName) |
Add location to the registry of locations.
|
WsResource |
WsLocationAdmin.asResource(java.io.File file,
boolean isFile) |
Create a WsResource for the provided file.
|
WsResource |
WsResource.getChild(java.lang.String name) |
Obtain an WsResource for the named child (direct descendant of this
resource).
|
WsResource |
WsResource.getParent() |
Obtain an WsResource for the parent of this resource.
|
WsResource |
WsLocationAdmin.getRuntimeResource(java.lang.String relativeRuntimePath) |
Return an WsResource object with the given name in the runtime install directory
(wlp.install.dir).
|
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).
|
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).
|
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.
|
WsResource |
WsResource.resolveRelative(java.lang.String relativeResourceURI) |
Resolve an WsResource relative to the current resource/location.
|
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 .
|
WsResource |
WsLocationAdmin.resolveResource(java.net.URI resourceURI) |
Resolve the given resource URI (either an absolute URI, or an liberty
repository URI containing symbolics), and return an WsResource .
|