|
Log4j 1.3alpha-6 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
org.apache.log4j.rule |
Uses of Rule in org.apache.log4j.rule |
Classes in org.apache.log4j.rule that implement Rule | |
class |
AbstractRule
An abstract Rule class that provides the PropertyChange support plumbing. |
class |
AndRule
A Rule class implementing a logical 'and'. |
class |
ColorRule
A Rule class which also holds a color |
class |
EqualsRule
A Rule class which returns the result of performing equals against two strings. |
class |
ExistsRule
A Rule class implementing a not null (and not empty string) check. |
class |
ExpressionRule
A Rule class supporting both infix and postfix expressions, accepting any rule which is supported by the RuleFactory .
|
class |
InequalityRule
A Rule class implementing inequality evaluation - expects to be able to convert two values to longs. |
class |
LevelEqualsRule
A Rule class implementing equals against two levels. |
class |
LikeRule
A Rule class providing support for ORO-based regular expression syntax. |
class |
NotEqualsRule
A Rule class implementing not equals against two strings. |
class |
NotRule
A Rule class implementing logical not. |
class |
OrRule
A Rule class implementing logical or. |
class |
PartialTextMatchRule
A Rule class implementing case-insensitive partial-text matches against two strings. |
class |
TimestampEqualsRule
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method. |
class |
TimestampInequalityRule
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method. |
Methods in org.apache.log4j.rule that return Rule | |
static Rule |
TimestampInequalityRule.getRule(java.lang.String inequalitySymbol,
java.lang.String value)
|
static Rule |
TimestampEqualsRule.getRule(java.lang.String value)
|
Rule |
RuleFactory.getRule(java.lang.String symbol,
java.util.Stack stack)
|
static Rule |
PartialTextMatchRule.getRule(java.lang.String field,
java.lang.String value)
|
static Rule |
PartialTextMatchRule.getRule(java.util.Stack stack)
|
static Rule |
OrRule.getRule(Rule firstParam,
Rule secondParam)
|
static Rule |
OrRule.getRule(java.util.Stack stack)
|
static Rule |
NotRule.getRule(Rule rule)
|
static Rule |
NotRule.getRule(java.util.Stack stack)
|
static Rule |
NotEqualsRule.getRule(java.lang.String field,
java.lang.String value)
|
static Rule |
NotEqualsRule.getRule(java.util.Stack stack)
|
static Rule |
LikeRule.getRule(java.util.Stack stack)
|
static Rule |
LikeRule.getRule(java.lang.String field,
java.lang.String pattern)
|
static Rule |
LevelInequalityRule.getRule(java.lang.String inequalitySymbol,
java.lang.String value)
|
static Rule |
LevelEqualsRule.getRule(java.lang.String value)
|
static Rule |
InequalityRule.getRule(java.lang.String inequalitySymbol,
java.util.Stack stack)
|
static Rule |
InequalityRule.getRule(java.lang.String inequalitySymbol,
java.lang.String field,
java.lang.String value)
|
static Rule |
ExpressionRule.getRule(java.lang.String expression)
|
static Rule |
ExpressionRule.getRule(java.lang.String expression,
boolean isPostFix)
|
static Rule |
ExistsRule.getRule(java.lang.String field)
|
static Rule |
ExistsRule.getRule(java.util.Stack stack)
|
static Rule |
EqualsRule.getRule(java.util.Stack stack)
|
static Rule |
EqualsRule.getRule(java.lang.String p1,
java.lang.String p2)
|
Rule |
ColorRule.getRule()
|
static Rule |
AndRule.getRule(java.util.Stack stack)
|
static Rule |
AndRule.getRule(Rule firstParam,
Rule secondParam)
|
Methods in org.apache.log4j.rule with parameters of type Rule | |
static Rule |
OrRule.getRule(Rule firstParam,
Rule secondParam)
|
static Rule |
OrRule.getRule(Rule firstParam,
Rule secondParam)
|
static Rule |
NotRule.getRule(Rule rule)
|
static Rule |
AndRule.getRule(Rule firstParam,
Rule secondParam)
|
static Rule |
AndRule.getRule(Rule firstParam,
Rule secondParam)
|
Constructors in org.apache.log4j.rule with parameters of type Rule | |
ColorRule(java.lang.String expression,
Rule rule,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
|
|
Log4j 1.3alpha-6 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |