Package org.jeyzer.profile.data
Class ExecutorEntry
- java.lang.Object
-
- org.jeyzer.profile.data.ProfileEntry
-
- org.jeyzer.profile.data.ExecutorEntry
-
public class ExecutorEntry 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 ExecutorEntry(Element node, Element nextNode)
-
Method Summary
-
Methods inherited from class org.jeyzer.profile.data.ProfileEntry
getName, getNextNode, getPattern, getPriority, nodeEquals, patternEquals, priorityEquals, removePriority, updatePriority
-
-
-
-
Constructor Detail
-
ExecutorEntry
public ExecutorEntry(Element node, Element nextNode) throws InvalidProfileEntryException
- Throws:
InvalidProfileEntryException
-
-