|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.apache.avalon.util.criteria.Criteria
org.apache.avalon.repository.impl.DefaultRepositoryCriteria
A Criteria is a class holding the values supplied by a user for application to a factory.
Field Summary | |
static String |
DEFAULTS
The name of the static defaults property resource. |
static String[] |
MULTI_VALUE_KEYS
recognized multivalue keys |
static org.apache.avalon.util.criteria.Parameter[] |
PARAMS
The factory parameters template. |
static String |
REPOSITORY_CACHE_DIR
Repository cache directory parameter descriptor. |
static String |
REPOSITORY_PROXY_HOST
Repository proxy host parameter descriptor. |
static String |
REPOSITORY_PROXY_PASSWORD
Repository proxy password parameter descriptor. |
static String |
REPOSITORY_PROXY_PORT
Repository proxy port parameter descriptor. |
static String |
REPOSITORY_PROXY_USERNAME
Repository proxy username parameter descriptor. |
static String |
REPOSITORY_REMOTE_HOSTS
Repository proxy password parameter descriptor. |
static org.apache.avalon.util.criteria.Parameter |
REPOSITORY_REMOTE_HOSTS_PARAM
|
Constructor Summary | |
DefaultRepositoryCriteria(InitialContext context)
Creation of a new criteria. |
Method Summary | |
String |
toString()
|
Methods inherited from class org.apache.avalon.util.criteria.Criteria |
get, getParameter, getParameters, getValue, put |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final String REPOSITORY_CACHE_DIR
public static final String REPOSITORY_PROXY_HOST
public static final String REPOSITORY_PROXY_PORT
public static final String REPOSITORY_PROXY_USERNAME
public static final String REPOSITORY_PROXY_PASSWORD
public static final String REPOSITORY_REMOTE_HOSTS
public static final org.apache.avalon.util.criteria.Parameter REPOSITORY_REMOTE_HOSTS_PARAM
public static final org.apache.avalon.util.criteria.Parameter[] PARAMS
public static final String DEFAULTS
public static final String[] MULTI_VALUE_KEYS
Constructor Detail |
public DefaultRepositoryCriteria(InitialContext context) throws RepositoryException
context
- the initial contextMethod Detail |
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |