Class ValidatorFactory
java.lang.Object
com.sun.ts.tests.common.taglibsig.validation.ValidatorFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic Validator
getValidator
(String className) Returns an instance of aValidator
based on the provided class name.
-
Method Details
-
getValidator
Returns an instance of aValidator
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
-