org.apache.log4j.joran.action
Class SubstitutionPropertyAction
java.lang.Object
|
+--org.apache.joran.action.Action
|
+--org.apache.log4j.joran.action.PropertyAction
|
+--org.apache.log4j.joran.action.SubstitutionPropertyAction
- public class SubstitutionPropertyAction
- extends PropertyAction
This action set new substitution property for the execution context by name,
value pair, or adds all the properties found in the specified file.
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SubstitutionPropertyAction
public SubstitutionPropertyAction()
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
Copyright 2000-2003 Apache Software Foundation.