Uses of Interface
proper.util.CluderInterface

Packages that use CluderInterface
proper.io Classes that handle IO-stuff can be found here, e.g. 
proper.util Contains classes that don't fit into any other category. 
 

Uses of CluderInterface in proper.io
 

Methods in proper.io with parameters of type CluderInterface
 java.util.Vector Ant.getAntTargets(CluderInterface cluder)
          returns the targets that fit the In/Excluder as AntTarget-Instances.
 java.util.Vector Ant.getProperties(CluderInterface cluder)
          returns the names of all the Properties in the ANT file, that match the given Cluder (Includer/Excluder)
 java.util.Vector Ant.getTargets(CluderInterface cluder)
          returns the names of all the targets in the ANT file, that fullfil the Cluder (Includer/Excluder)
 

Uses of CluderInterface in proper.util
 

Classes in proper.util that implement CluderInterface
 class Excluder
          This class is used to check a field name against a "black list" field names.
 class Includer
          This class is used to check a field name against a "white list" field names.