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