Uses of Interface
aQute.bnd.service.ResourceHandle

Packages that use ResourceHandle
aQute.bnd.service   
aQute.lib.deployer.obr   
 

Uses of ResourceHandle in aQute.bnd.service
 

Methods in aQute.bnd.service that return ResourceHandle
 ResourceHandle RemoteRepositoryPlugin.getHandle(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
          Retrieve a resource handle from the repository.
 

Uses of ResourceHandle in aQute.lib.deployer.obr
 

Classes in aQute.lib.deployer.obr that implement ResourceHandle
 class CachingURLResourceHandle
           This resource handler downloads remote resources on demand, and caches them as local files.
 

Methods in aQute.lib.deployer.obr that return ResourceHandle
 ResourceHandle AbstractBaseOBR.getHandle(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
           
protected  ResourceHandle[] AbstractBaseOBR.getHandles(String bsn, String rangeStr)
           
 

Methods in aQute.lib.deployer.obr with parameters of type ResourceHandle
protected static File[] AbstractBaseOBR.requestAll(ResourceHandle[] handles)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.