org.apache.log4j.joran.action
Class PluginAction
java.lang.Object
|
+--org.apache.log4j.spi.ComponentBase
|
+--org.apache.log4j.joran.action.Action
|
+--org.apache.log4j.joran.action.PluginAction
- All Implemented Interfaces:
- Component
- public class PluginAction
- extends Action
Method Summary |
void |
begin(org.apache.log4j.joran.spi.ExecutionContext ec,
String localName,
Attributes attributes)
Instantiates an plugin of the given class and sets its name. |
void |
end(org.apache.log4j.joran.spi.ExecutionContext ec,
String name)
Once the children elements are also parsed, now is the time to activate
the plugin options. |
void |
finish(org.apache.log4j.joran.spi.ExecutionContext ec)
|
PluginAction
public PluginAction()
begin
public void begin(org.apache.log4j.joran.spi.ExecutionContext ec,
String localName,
Attributes attributes)
- Instantiates an plugin of the given class and sets its name.
The plugin thus generated is placed in the ExecutionContext plugin bag.
- Overrides:
begin
in class Action
end
public void end(org.apache.log4j.joran.spi.ExecutionContext ec,
String name)
- Once the children elements are also parsed, now is the time to activate
the plugin options.
- Overrides:
end
in class Action
finish
public void finish(org.apache.log4j.joran.spi.ExecutionContext ec)
Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.