Class ProfileEntryNameBasedValidator
- java.lang.Object
-
- org.jeyzer.profile.data.validation.ProfileEntryValidator
-
- org.jeyzer.profile.data.validation.ProfileEntryNameBasedValidator
-
- Direct Known Subclasses:
ExcludeThreadNameValidator
public class ProfileEntryNameBasedValidator extends ProfileEntryValidator
-
-
Field Summary
-
Fields inherited from class org.jeyzer.profile.data.validation.ProfileEntryValidator
MAX_PRIORITY, MIN_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description ProfileEntryNameBasedValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetRegexPattern(Element node)protected voidvalidatePattern(Element node)-
Methods inherited from class org.jeyzer.profile.data.validation.ProfileEntryValidator
getName, getPattern, getPriority, validate
-
-
-
-
Method Detail
-
validatePattern
protected void validatePattern(Element node) throws InvalidProfileEntryException
- Overrides:
validatePatternin classProfileEntryValidator- Throws:
InvalidProfileEntryException
-
-