org.eclipse.mat.query.refined
Class Filter
java.lang.Object
org.eclipse.mat.query.refined.Filter
public abstract class Filter
- extends Object
FILTER_TYPES
public static final String[] FILTER_TYPES
setCriteria
public abstract boolean setCriteria(String criteria)
throws IllegalArgumentException
- if an exceptions is thrown, the internal state stays untouched. Hence, no
re-filtering necessary
- Returns:
- true if the filter criteria changed
- Throws:
IllegalArgumentException
getCriteria
public abstract String getCriteria()
getLabel
public abstract String getLabel()
isActive
public abstract boolean isActive()