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 String
addAttribute(String key, String newValue)
void
addComponent(Component component)
Map<String,String>
getAttributes()
List<Component>
getComponents()
String
getPluginType()
String
getValue()
-