Package org.jeyzer.profile.data
Class ExecutorThreadNameEntry
- java.lang.Object
-
- org.jeyzer.profile.data.ProfileEntry
-
- org.jeyzer.profile.data.ExecutorThreadNameEntry
-
public class ExecutorThreadNameEntry extends ProfileEntry
-
-
Field Summary
-
Fields inherited from class org.jeyzer.profile.data.ProfileEntry
JZR_NAME, JZR_PATTERN, JZR_PATTERN_REGEX, JZR_PRIORITY, JZR_SIZE, nextNode, node
-
-
Constructor Summary
Constructors Constructor Description ExecutorThreadNameEntry(Element node, Element nextNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRegexPattern()booleanpatternEquals(Element nodetoCompare)-
Methods inherited from class org.jeyzer.profile.data.ProfileEntry
getName, getNextNode, getPattern, getPriority, nodeEquals, priorityEquals, removePriority, updatePriority
-
-
-
-
Constructor Detail
-
ExecutorThreadNameEntry
public ExecutorThreadNameEntry(Element node, Element nextNode) throws InvalidProfileEntryException
- Throws:
InvalidProfileEntryException
-
-
Method Detail
-
patternEquals
public boolean patternEquals(Element nodetoCompare)
- Overrides:
patternEqualsin classProfileEntry
-
getRegexPattern
public String getRegexPattern()
-
-