aQute.bnd.service
Interface RemoteRepositoryPlugin
- All Superinterfaces:
- RepositoryPlugin
public interface RemoteRepositoryPlugin
- extends RepositoryPlugin
getHandle
ResourceHandle getHandle(String bsn,
String version,
Strategy strategy,
Map<String,String> properties)
throws Exception
- Retrieve a resource handle from the repository. For all implementations
of this interface, calling
getFile(bsn, range, strategy, props)
should always return the same result as RepositoryPlugin#get(String, aQute.bnd.version.Version, Map)
- Parameters:
bsn - the bsn of the revisionversion - the version of the revisionstrategy - strategyproperties - any properties
- Returns:
-
- Throws:
Exception
getCacheDirectory
File getCacheDirectory()
Copyright © 2014 aQute SARL. All rights reserved.