Package org.jeyzer.profile.pattern
Class FunctionUpdater
- java.lang.Object
-
- org.jeyzer.profile.pattern.PatternUpdater
-
- org.jeyzer.profile.pattern.FunctionUpdater
-
public class FunctionUpdater extends PatternUpdater
-
-
Field Summary
-
Fields inherited from class org.jeyzer.profile.pattern.PatternUpdater
doc, JZR_EXCLUDE, JZR_EXCLUDE_THREAD_NAME, JZR_EXECUTOR, JZR_EXECUTOR_THREAD_NAME, JZR_FUNCTION, JZR_LOCKER, JZR_OPERATION, JZR_PATTERNS, JZR_PROFILE, targetNodes, typePatternsNode
-
-
Constructor Summary
Constructors Constructor Description FunctionUpdater(Document doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProfileEntrycreateProfileEntry(Element node, Element nextNode)StringgetName()protected ProfileEntryValidatorgetValidator()-
Methods inherited from class org.jeyzer.profile.pattern.PatternUpdater
appendNewPattern, insertNewPattern, updatePatternOptionalFields, updatePatterns
-
-
-
-
Constructor Detail
-
FunctionUpdater
public FunctionUpdater(Document doc) throws InvalidPatternsException
- Throws:
InvalidPatternsException
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein classPatternUpdater
-
createProfileEntry
protected ProfileEntry createProfileEntry(Element node, Element nextNode) throws InvalidProfileEntryException
- Specified by:
createProfileEntryin classPatternUpdater- Throws:
InvalidProfileEntryException
-
getValidator
protected ProfileEntryValidator getValidator()
- Specified by:
getValidatorin classPatternUpdater
-
-