Uses of Class
aQute.lib.deployer.obr.CachingURLResourceHandle.CachingMode

Packages that use CachingURLResourceHandle.CachingMode
aQute.lib.deployer.obr   
 

Uses of CachingURLResourceHandle.CachingMode in aQute.lib.deployer.obr
 

Methods in aQute.lib.deployer.obr that return CachingURLResourceHandle.CachingMode
static CachingURLResourceHandle.CachingMode CachingURLResourceHandle.CachingMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CachingURLResourceHandle.CachingMode[] CachingURLResourceHandle.CachingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in aQute.lib.deployer.obr with parameters of type CachingURLResourceHandle.CachingMode
CachingURLResourceHandle(String url, String baseUrl, File cacheDir, CachingURLResourceHandle.CachingMode mode)
           
CachingURLResourceHandle(String url, String baseUrl, File cacheDir, URLConnector connector, CachingURLResourceHandle.CachingMode mode)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.