public interface RemoteRepositoryPlugin extends RepositoryPlugin
RepositoryPlugin.DownloadListener, RepositoryPlugin.PutOptions, RepositoryPlugin.PutResultDEFAULTOPTIONS| 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, versionsResourceHandle 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 propertiesResourceHandleExceptionFile getCacheDirectory()
Copyright © 2019 aQute SARL. All rights reserved.