org.eclipse.hyades.logging.adapter.internal.filters
Class NumericalRangeFilterType
java.lang.Object
org.eclipse.hyades.logging.adapter.internal.filters.NumericalRangeFilterType
- All Implemented Interfaces:
- IFilterType
- public class NumericalRangeFilterType
- extends java.lang.Object
- implements IFilterType
|
Field Summary |
static java.lang.String |
FIRST
|
static java.lang.String |
LAST
|
|
Method Summary |
protected boolean |
first(java.lang.String lhs,
java.lang.String rhs)
|
java.lang.String[] |
getOperators()
|
protected boolean |
last(java.lang.String lhs,
java.lang.String rhs)
|
boolean |
processRule(IFilterAtom rule)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LAST
public static final java.lang.String LAST
- See Also:
- Constant Field Values
FIRST
public static final java.lang.String FIRST
- See Also:
- Constant Field Values
NumericalRangeFilterType
public NumericalRangeFilterType()
getOperators
public java.lang.String[] getOperators()
- Specified by:
getOperators in interface IFilterType
- See Also:
org.eclipse.hyades.logging.adapter.filters.IFilterType#getOperators()
processRule
public boolean processRule(IFilterAtom rule)
- Specified by:
processRule in interface IFilterType
- See Also:
org.eclipse.hyades.logging.adapter.filters.IFilterType#processRule(java.lang.String, java.lang.String)
last
protected boolean last(java.lang.String lhs,
java.lang.String rhs)
first
protected boolean first(java.lang.String lhs,
java.lang.String rhs)