public interface RemoteRepositoryPlugin extends RepositoryPlugin
RepositoryPlugin.Strategy
Modifier and Type | Method and Description |
---|---|
File |
getCacheDirectory() |
ResourceHandle |
getHandle(String bsn,
String range,
RepositoryPlugin.Strategy strategy,
Map<String,String> properties)
Retrieve a resource handle from the repository.
|
ResourceHandle getHandle(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties) throws Exception
getFile(bsn, range, strategy, props)
should always return the same result as getResource(bsn, range, strategy, props).request()
.bsn
- range
- strategy
- properties
- Exception
File getCacheDirectory()
Copyright © 2016 aQute SARL. All Rights Reserved.