Package org.jeyzer.profile.data
Class ExcludeThreadNameEntry
- java.lang.Object
-
- org.jeyzer.profile.data.ProfileEntry
-
- org.jeyzer.profile.data.ExcludeThreadNameEntry
-
public class ExcludeThreadNameEntry 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 ExcludeThreadNameEntry(Element node, Element nextNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSize()booleannodeEquals(Object obj)booleanpatternEquals(Element nodetoCompare)voidremoveSize()booleansizeEquals(Element nodetoCompare)voidupdateSize(Element sourceNode)-
Methods inherited from class org.jeyzer.profile.data.ProfileEntry
getName, getNextNode, getPattern, getPriority, priorityEquals, removePriority, updatePriority
-
-
-
-
Constructor Detail
-
ExcludeThreadNameEntry
public ExcludeThreadNameEntry(Element node, Element nextNode) throws InvalidProfileEntryException
- Throws:
InvalidProfileEntryException
-
-
Method Detail
-
patternEquals
public boolean patternEquals(Element nodetoCompare)
- Overrides:
patternEqualsin classProfileEntry
-
nodeEquals
public boolean nodeEquals(Object obj)
- Overrides:
nodeEqualsin classProfileEntry
-
sizeEquals
public boolean sizeEquals(Element nodetoCompare)
-
getSize
public int getSize()
-
updateSize
public void updateSize(Element sourceNode)
-
removeSize
public void removeSize()
-
-