|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.meta.container.common.ValidatorHelper
public class ValidatorHelper
The ValidatorHelper is an application independent class that needs to
create application-specific classes. It does so indirectly through an
instance of the ValidatorFactory class.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static ActionValidator |
getValidator(String class_name)
Returns an ActionValidator interface for the validator specified in the parameter list. |
static AttributeContainerSpec |
getValidatorFilter(String class_name,
TypeIdentifier type_identifier)
Returns an AttributeTypeIdentifier array with all the AttributeTypeIdentifiers the validator depends upon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AttributeContainerSpec getValidatorFilter(String class_name,
TypeIdentifier type_identifier)
throws ClassNotFoundException
class_name - validator.class.getName() The path of the validator object the factory is to create.type_identifier - Used to get the DefinitionIdentifier for constructing the AttributeTypeIdentifier
ClassNotFoundException
public static ActionValidator getValidator(String class_name)
throws ClassNotFoundException
class_name - class_name validator.class.getName() The path of the validator object the factory is to create.
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||