Package org.jeyzer.profile.data
Class ExcludeEntry
- java.lang.Object
-
- org.jeyzer.profile.data.ProfileEntry
-
- org.jeyzer.profile.data.ExcludeEntry
-
public class ExcludeEntry 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 ExcludeEntry(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
-
ExcludeEntry
public ExcludeEntry(Element node, Element nextNode) throws InvalidProfileEntryException
- Throws:
InvalidProfileEntryException
-
-