Class ValidatorFactory

java.lang.Object
com.sun.ts.tests.common.taglibsig.validation.ValidatorFactory

public class ValidatorFactory extends Object
  • Method Details

    • getValidator

      public static Validator getValidator(String className)
      Returns an instance of a Validator based on the provided class name.
      Parameters:
      className - - The name of the Validator's implementation class
      Returns:
      a Validator instance of the class exists, otherwise null