public class BuilderManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CATEGORY
Plugin category.
|
Constructor and Description |
---|
BuilderManager()
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
<P extends Parser<T>,T> |
parse(String className,
String prefix,
Properties props,
PropertiesConfiguration config) |
Appender |
parseAppender(String className,
Element appenderElement,
XmlConfiguration config) |
Appender |
parseAppender(String name,
String className,
String prefix,
String layoutPrefix,
String filterPrefix,
Properties props,
PropertiesConfiguration config) |
Filter |
parseFilter(String className,
Element filterElement,
XmlConfiguration config) |
Layout |
parseLayout(String className,
Element layoutElement,
XmlConfiguration config) |
RewritePolicy |
parseRewritePolicy(String className,
Element rewriteElement,
XmlConfiguration config) |
public static final String CATEGORY
public <P extends Parser<T>,T> T parse(String className, String prefix, Properties props, PropertiesConfiguration config)
public Appender parseAppender(String className, Element appenderElement, XmlConfiguration config)
public Appender parseAppender(String name, String className, String prefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration config)
public Filter parseFilter(String className, Element filterElement, XmlConfiguration config)
public Layout parseLayout(String className, Element layoutElement, XmlConfiguration config)
public RewritePolicy parseRewritePolicy(String className, Element rewriteElement, XmlConfiguration config)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.