Log4j 1.3alpha-1

org.apache.log4j.joran.action
Class RepositoryPropertyAction

java.lang.Object
  |
  +--org.apache.joran.action.Action
        |
        +--org.apache.log4j.joran.action.PropertyAction
              |
              +--org.apache.log4j.joran.action.RepositoryPropertyAction

public class RepositoryPropertyAction
extends PropertyAction

Author:
ceki To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class org.apache.joran.action.Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, VALUE_ATTRIBUTE
 
Constructor Summary
RepositoryPropertyAction()
           
 
Method Summary
 void setProperties(ExecutionContext ec, java.util.Properties props)
           
 void setProperty(ExecutionContext ec, java.lang.String key, java.lang.String value)
           
 
Methods inherited from class org.apache.log4j.joran.action.PropertyAction
begin, end, finish
 
Methods inherited from class org.apache.joran.action.Action
getColumnNumber, getLineNumber, getLogger, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryPropertyAction

public RepositoryPropertyAction()
Method Detail

setProperties

public void setProperties(ExecutionContext ec,
                          java.util.Properties props)
Overrides:
setProperties in class PropertyAction

setProperty

public void setProperty(ExecutionContext ec,
                        java.lang.String key,
                        java.lang.String value)
Overrides:
setProperty in class PropertyAction

Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.