T
- the Plugin class this is a builder for.public interface Builder<T>
When creating plugin builders, it is customary to create the builder class as a public static inner class
called Builder
. For instance, the builder class for
PatternLayout
would be
PatternLayout.Builder
.
T build()
ConfigurationException
- if there was an error building the plugin
object.Copyright© 1999-2015 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.