public class BuilderManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CATEGORY
Plugin category.
|
static Appender |
INVALID_APPENDER |
static Filter |
INVALID_FILTER |
static Layout |
INVALID_LAYOUT |
static RewritePolicy |
INVALID_REWRITE_POLICY |
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,
T invalidValue) |
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) |
TriggeringPolicy |
parseTriggeringPolicy(String className,
Element policyElement,
XmlConfiguration config) |
public static final String CATEGORY
public static final Appender INVALID_APPENDER
public static final Filter INVALID_FILTER
public static final Layout INVALID_LAYOUT
public static final RewritePolicy INVALID_REWRITE_POLICY
public <P extends Parser<T>,T> T parse(String className, String prefix, Properties props, PropertiesConfiguration config, T invalidValue)
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)
public TriggeringPolicy parseTriggeringPolicy(String className, Element policyElement, 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.