|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining the operations available to manipulate repository factory criteria.
Nested Class Summary |
Nested classes inherited from class java.util.Map |
Map.Entry |
Field Summary | |
static String[] |
KEYS
An array of property keys that are used to locate default values. |
static String |
REPOSITORY_CACHE_DIR
Repository cache directory parameter descriptor. |
static String |
REPOSITORY_FACTORY_ARTIFACTS
Repository proxy password parameter descriptor. |
static String |
REPOSITORY_ONLINE_MODE
Online mode. |
static String |
REPOSITORY_REMOTE_HOSTS
Repository proxy password parameter descriptor. |
Method Summary | |
void |
setCacheDirectory(File cache)
The cache directory is the directory into which resources such as jar files are loaded by a repository. |
void |
setFactoryArtifacts(Artifact[] artifacts)
Set the available factory artifacts. |
void |
setHosts(String[] hosts)
Set the hosts to be used by a repository cache manager implementation and the initial context implementation when resolving dependent resources. |
void |
setOnlineMode(boolean policy)
Set the online mode of the repository. |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
public static final String REPOSITORY_ONLINE_MODE
public static final String REPOSITORY_CACHE_DIR
public static final String REPOSITORY_REMOTE_HOSTS
public static final String REPOSITORY_FACTORY_ARTIFACTS
public static final String[] KEYS
Method Detail |
public void setOnlineMode(boolean policy)
policy
- the online connected policypublic void setCacheDirectory(File cache)
cache
- the repository cache directorypublic void setHosts(String[] hosts)
hosts
- a sequence of remote host urlspublic void setFactoryArtifacts(Artifact[] artifacts)
artifacts
- a sequence of artifact identifiers
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |