Class ValidatorFactory
java.lang.Object
com.sun.ts.tests.common.taglibsig.validation.ValidatorFactory
- 
Method SummaryModifier and TypeMethodDescriptionstatic ValidatorgetValidator(String className) Returns an instance of aValidatorbased on the provided class name.
- 
Method Details- 
getValidatorReturns an instance of aValidatorbased 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
 
 
-