Class ProfileEntryValidator
- java.lang.Object
-
- org.jeyzer.profile.data.validation.ProfileEntryValidator
-
- Direct Known Subclasses:
ProfileEntryNameBasedValidator
public class ProfileEntryValidator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static intMAX_PRIORITYprotected static intMIN_PRIORITY
-
Constructor Summary
Constructors Constructor Description ProfileEntryValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetName(Element node)protected StringgetPattern(Element node)protected intgetPriority(Element node)voidvalidate(Element node)protected voidvalidatePattern(Element node)
-
-
-
Field Detail
-
MIN_PRIORITY
protected static final int MIN_PRIORITY
- See Also:
- Constant Field Values
-
MAX_PRIORITY
protected static final int MAX_PRIORITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public void validate(Element node) throws InvalidProfileEntryException
- Throws:
InvalidProfileEntryException
-
validatePattern
protected void validatePattern(Element node) throws InvalidProfileEntryException
- Throws:
InvalidProfileEntryException
-
getPriority
protected int getPriority(Element node)
-
-