public class OBR extends AbstractBaseOBR
file: URLs.
-plugin: aQute.lib.deployer.obr.OBR;locations='http://www.example.com/repository.xml';cache=${workspace}/.cache
RepositoryPlugin.Strategy| Modifier and Type | Field and Description |
|---|---|
protected File |
cacheDir |
protected List<URL> |
locations |
static String |
PROP_CACHE |
static String |
PROP_LOCATION
Deprecated.
|
static String |
PROP_LOCATIONS |
name, PROP_NAME, PROP_RESOLUTION_MODE, PROP_RESOLUTION_MODE_ANY, registry, reporter, REPOSITORY_FILE_NAME, supportedModes| Constructor and Description |
|---|
OBR() |
| Modifier and Type | Method and Description |
|---|---|
File |
getCacheDirectory() |
String |
getName() |
List<URL> |
getOBRIndexes() |
void |
setCacheDirectory(File cacheDir) |
void |
setLocations(URL[] urls) |
void |
setProperties(Map<String,String> map)
Give the plugin the remaining properties.
|
addResourceToIndex, canWrite, get, get, getHandle, getHandles, getSupportedModes, init, initialiseIndexes, list, parseLocations, put, requestAll, reset, setRegistry, setReporter, versionspublic static final String PROP_LOCATIONS
@Deprecated public static final String PROP_LOCATION
public static final String PROP_CACHE
protected File cacheDir
public void setProperties(Map<String,String> map)
PluginsetProperties in interface PluginsetProperties in class AbstractBaseOBRmap - attributes and directives for this plugin's clausepublic File getCacheDirectory()
public void setCacheDirectory(File cacheDir)
public String getName()
getName in interface RepositoryPlugingetName in class AbstractBaseOBRpublic void setLocations(URL[] urls)
Copyright © 2015 aQute SARL. All Rights Reserved.