Uses of Interface
org.openeai.scrubbers.EnterpriseScrubber

Packages that use EnterpriseScrubber
org.openeai.config   
org.openeai.scrubbers   
 

Uses of EnterpriseScrubber in org.openeai.config
 

Methods in org.openeai.config that return EnterpriseScrubber
 EnterpriseScrubber EnterpriseFormatter.getScrubber(int index)
          This method returns a scrubber from a specified location in the list of scrubbers associated to the Field.
 

Methods in org.openeai.config with parameters of type EnterpriseScrubber
 void EnterpriseFormatter.addScrubber(EnterpriseScrubber scrubber)
          This method is used as the EnterprsieFields object builds a Field's EnterpriseFormatter to add an EnterpriseScrubber implmentation that's specified in the EnterpriseObjects document to the Field's Formatter.
 void EnterpriseFormatter.insertScrubber(int index, EnterpriseScrubber scrubber)
          This method is also used as the EnterprsieFields object builds a Field's EnterpriseFormatter to add an EnterpriseScrubber implmentation that's specified in the EnterpriseObjects document to the Field's Formatter.
 

Uses of EnterpriseScrubber in org.openeai.scrubbers
 

Classes in org.openeai.scrubbers that implement EnterpriseScrubber
 class CaseConverter
          A general CaseConverter class that converts the first letter of a String to Upper case an all subsequent letters to lower case.
 class LowerCaseScrubber
          Scrubber that converts the incomming string to lower case.
 



Copyright © 2002,2003 OpenEAI Software Foundation