Uses of Interface
org.apache.avalon.util.defaults.DefaultsFinder

Packages that use DefaultsFinder
org.apache.avalon.util.defaults Provides support for the aggregation of a set of property values into a single property set.  
 

Uses of DefaultsFinder in org.apache.avalon.util.defaults
 

Classes in org.apache.avalon.util.defaults that implement DefaultsFinder
 class SimpleDefaultsFinder
          Attempts to discover defaults using an array of Properties as value sources.
 class SystemDefaultsFinder
          Finds default property values within the system properties.
 

Methods in org.apache.avalon.util.defaults that return DefaultsFinder
 DefaultsFinder[] Defaults.getFinders()
          Gets the linear set of finders composing the search policy.
 

Constructors in org.apache.avalon.util.defaults with parameters of type DefaultsFinder
Defaults(String[] a_singles, String[] a_enumerated, DefaultsFinder[] a_finders)
          Creates and populates a set of properties
 



Copyright © Apache Software Foundation. All Rights Reserved.