Log4j 1.3alpha-1

Uses of Interface
org.apache.log4j.rule.Rule

Packages that use Rule
org.apache.log4j.chainsaw Chainsaw is a GUI log viewer and filter for the log4j package.  
org.apache.log4j.chainsaw.color   
org.apache.log4j.rule   
 

Uses of Rule in org.apache.log4j.chainsaw
 

Classes in org.apache.log4j.chainsaw that implement Rule
 class RuleMediator
          A mediator class that implements the Rule interface, by combining several optional rules used by Chainsaw's filtering GUI's into a single Rule.
 

Methods in org.apache.log4j.chainsaw that return Rule
 Rule RuleMediator.getExclusionRule()
           
 Rule RuleMediator.getInclusionRule()
           
 Rule RuleMediator.getLoggerRule()
           
 Rule RuleMediator.getRefinementRule()
           
 

Methods in org.apache.log4j.chainsaw with parameters of type Rule
 void RuleMediator.setInclusionRule(Rule r)
          Sets the Inclusion rule to be used, and fires a PropertyChangeEvent to listeners
 void RuleMediator.setRefinementRule(Rule r)
          Sets the Refinement rule to be used, and fires a PropertyChangeEvent to listeners
 void RuleMediator.setLoggerRule(Rule r)
           
 void RuleMediator.setExclusionRule(Rule r)
          Sets the Exclusion rule to be used, and fires a PropertyChangeEvent to listeners.
 java.util.List EventContainer.getMatchingEvents(Rule rule)
           
 int EventContainer.find(Rule rule, int startRow, boolean searchForward)
          Locates a row number, starting from startRow, matching the rule provided
 void EventContainer.setDisplayRule(Rule displayRule)
          Sets the DisplayFilter in operation
 

Uses of Rule in org.apache.log4j.chainsaw.color
 

Methods in org.apache.log4j.chainsaw.color with parameters of type Rule
 void RuleColorizer.setLoggerRule(Rule loggerRule)
           
 void RuleColorizer.setFindRule(Rule findRule)
           
 

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 LevelInequalityRule
          A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method.
 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 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-1

Copyright 2000-2003 Apache Software Foundation.