org.apache.avalon.repository.impl
Class DefaultRepositoryCriteria

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.avalon.util.criteria.Criteria
              extended byorg.apache.avalon.repository.impl.DefaultRepositoryCriteria
All Implemented Interfaces:
Cloneable, Map, Serializable

public class DefaultRepositoryCriteria
extends org.apache.avalon.util.criteria.Criteria

A Criteria is a class holding the values supplied by a user for application to a factory.

Version:
$Revision: 1.1 $
Author:
Stephen McConnell
See Also:
Serialized Form

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

REPOSITORY_CACHE_DIR

public static final String REPOSITORY_CACHE_DIR
Repository cache directory parameter descriptor.

See Also:
Constant Field Values

REPOSITORY_PROXY_HOST

public static final String REPOSITORY_PROXY_HOST
Repository proxy host parameter descriptor.

See Also:
Constant Field Values

REPOSITORY_PROXY_PORT

public static final String REPOSITORY_PROXY_PORT
Repository proxy port parameter descriptor.

See Also:
Constant Field Values

REPOSITORY_PROXY_USERNAME

public static final String REPOSITORY_PROXY_USERNAME
Repository proxy username parameter descriptor.

See Also:
Constant Field Values

REPOSITORY_PROXY_PASSWORD

public static final String REPOSITORY_PROXY_PASSWORD
Repository proxy password parameter descriptor.

See Also:
Constant Field Values

REPOSITORY_REMOTE_HOSTS

public static final String REPOSITORY_REMOTE_HOSTS
Repository proxy password parameter descriptor.

See Also:
Constant Field Values

REPOSITORY_REMOTE_HOSTS_PARAM

public static final org.apache.avalon.util.criteria.Parameter REPOSITORY_REMOTE_HOSTS_PARAM

PARAMS

public static final org.apache.avalon.util.criteria.Parameter[] PARAMS
The factory parameters template.


DEFAULTS

public static final String DEFAULTS
The name of the static defaults property resource.

See Also:
Constant Field Values

MULTI_VALUE_KEYS

public static final String[] MULTI_VALUE_KEYS
recognized multivalue keys

Constructor Detail

DefaultRepositoryCriteria

public DefaultRepositoryCriteria(InitialContext context)
                          throws RepositoryException
Creation of a new criteria.

Parameters:
context - the initial context
Method Detail

toString

public String toString()


Copyright © Apache Software Foundation. All Rights Reserved.