Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use WsResource 
    Package Description
    com.ibm.wsspi.kernel.service.location  
    • Uses of WsResource in com.ibm.wsspi.kernel.service.location

      Methods in com.ibm.wsspi.kernel.service.location that return WsResource 
      Modifier and Type Method and Description
      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 alpine repository URI containing symbolics), and return an WsResource.
      Methods in com.ibm.wsspi.kernel.service.location that return types with arguments of type WsResource 
      Modifier and Type Method and Description
      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.
      Methods in com.ibm.wsspi.kernel.service.location with parameters of type WsResource 
      Modifier and Type Method and Description
      boolean WsResource.moveTo(WsResource target)
      Moves this resource to the target resource.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes