Class Component
- java.lang.Object
-
- org.apache.logging.log4j.core.config.builder.api.Component
-
public class Component extends Object
Container for building Configurations. This class is not normally directly manipulated by users of the Assembler API.- Since:
- 2.4
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddAttribute(String key, String newValue)voidaddComponent(Component component)Map<String,String>getAttributes()List<Component>getComponents()StringgetPluginType()StringgetValue()
-