public interface RemoteRepositoryPlugin extends RepositoryPlugin
RepositoryPlugin.DownloadListener, RepositoryPlugin.PutOptions, RepositoryPlugin.PutResult
DEFAULTOPTIONS
Modifier and Type | Method and Description |
---|---|
File |
getCacheDirectory() |
ResourceHandle |
getHandle(String bsn,
String version,
Strategy strategy,
Map<String,String> properties)
Retrieve a resource handle from the repository.
|
canWrite, get, getLocation, getName, list, put, versions
ResourceHandle getHandle(String bsn, String version, Strategy strategy, Map<String,String> properties) throws Exception
getFile(bsn, range, strategy, props)
should always return the same result as
RepositoryPlugin.get(String, aQute.bnd.version.Version, Map, aQute.bnd.service.RepositoryPlugin.DownloadListener...)
bsn
- the bsn of the revisionversion
- the version of the revisionstrategy
- strategyproperties
- any propertiesResourceHandle
Exception
File getCacheDirectory()
Copyright © 2021 aQute SARL. All rights reserved.