Uses of Class
org.apache.avalon.util.criteria.Parameter

Packages that use Parameter
org.apache.avalon.util.criteria A parameterized map implementation.  
 

Uses of Parameter in org.apache.avalon.util.criteria
 

Subclasses of Parameter in org.apache.avalon.util.criteria
 class PackedParameter
          A parameter descriptor that supports transformation of a a string to a string array based on a supplied token.
 

Methods in org.apache.avalon.util.criteria that return Parameter
protected  Parameter[] Criteria.getParameters()
          Return the parameter associated to the criteria.
protected  Parameter Criteria.getParameter(String key)
           
 

Methods in org.apache.avalon.util.criteria with parameters of type Parameter
static String[] Parameter.getKeys(Parameter[] params)
          Return the set of keys corresponding to the supplied set of parameters.
protected  Object Criteria.getValue(Parameter param)
          Return the currently assigned value for a key.
 

Constructors in org.apache.avalon.util.criteria with parameters of type Parameter
Criteria(Parameter[] params)
          Creation of a new criteria instance.
 



Copyright © Apache Software Foundation. All Rights Reserved.