Save This Page
Home » commons-validator-1.3.1-src » org.apache.commons » validator » [javadoc | source]
org.apache.commons.validator
public class: ValidatorResourcesInitializer [javadoc | source]
java.lang.Object
   org.apache.commons.validator.ValidatorResourcesInitializer
Deprecated! ValidatorResources - knows how to initialize itself now.

Maps an xml file to ValidatorResources.

Field Summary
protected static  Log log    Logger.
     
    protected static  String[] registrations    The set of public identifiers, and corresponding resource names, for the versions of the configuration file DTDs that we know about. There MUST be an even number of Strings in this list! 
    Method from org.apache.commons.validator.ValidatorResourcesInitializer Summary:
    initialize,   initialize,   initialize,   initialize
    Methods from java.lang.Object:
    equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
    Method from org.apache.commons.validator.ValidatorResourcesInitializer Detail:
     public static ValidatorResources initialize(String fileName) throws IOException 
          Deprecated!
      Initializes a ValidatorResources based on a file path and automatically process the resources.
     public static ValidatorResources initialize(InputStream in) throws IOException 
          Deprecated!
      Initializes a ValidatorResources based on the InputStream and automatically process the resources.
     public static  void initialize(ValidatorResources resources,
        InputStream in) throws IOException 
          Deprecated!
      Initializes the ValidatorResources based on the InputStream and automatically process the resources.
     public static  void initialize(ValidatorResources resources,
        InputStream in,
        boolean process) throws IOException 
          Deprecated!
      Initializes a ValidatorResources based on the InputStream and processes the resources based on the boolean passed in.