|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.adt.topology.comparator.ComparatorFilter
com.ibm.adt.topology.comparator.PropertyValueIgnoreFilter
public final class PropertyValueIgnoreFilter
The PropertyValueIgnoreFilter tells the comparator to ignore properties whose value matches the specified regular expression.
Constructor Summary | |
---|---|
PropertyValueIgnoreFilter(java.lang.String propertyValueRegex)
Creates an PropertyValueIgnoreFilter using the specifed propertyValueRegex. |
Method Summary |
---|
Methods inherited from class com.ibm.adt.topology.comparator.ComparatorFilter |
---|
equals, getContext, getDescription, getQualifiers, getType, hashCode, setContext, setDescription, setQualifiers, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyValueIgnoreFilter(java.lang.String propertyValueRegex)
propertyValueRegex
- the regular expression to match on to determine whether or not
to ignore a property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |