Uses of Interface
org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
Packages that use ComponentBuilder
Package
Description
Log4j 1.x compatibility layer.
Configuration Builder API for programmatically configuring Log4j.
Configuration Builder Implementation.
Configuration using Properties files.
-
Uses of ComponentBuilder in org.apache.log4j.config
Methods in org.apache.log4j.config with parameters of type ComponentBuilderModifier and TypeMethodDescriptionprivate voidLog4j1ConfigurationParser.buildAttribute(String componentName, ComponentBuilder<?> componentBuilder, String sourceAttributeName, String targetAttributeName) private voidLog4j1ConfigurationParser.buildMandatoryAttribute(String componentName, ComponentBuilder<?> componentBuilder, String sourceAttributeName, String targetAttributeName) -
Uses of ComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Classes in org.apache.logging.log4j.core.config.builder.api with type parameters of type ComponentBuilderModifier and TypeInterfaceDescriptioninterfaceComponentBuilder<T extends ComponentBuilder<T>>Builds arbitrary components and is the base type for the provided components.interfaceFilterableComponentBuilder<T extends ComponentBuilder<T>>Component builder that can add Filters.interfaceLoggableComponentBuilder<T extends ComponentBuilder<T>>Common component builder for Logger and RootLogger elements.Subinterfaces of ComponentBuilder in org.apache.logging.log4j.core.config.builder.apiModifier and TypeInterfaceDescriptioninterfaceBuilder for constructing Appender Components.interfaceAssembler for constructing AppenderRef Components.interfaceWraps multiple Filter Component builders.interfaceAssembler for constructing CustomLevel Components.interfaceFilterableComponentBuilder<T extends ComponentBuilder<T>>Component builder that can add Filters.interfaceAssembler for constructing Filter Components.interfaceAssembler for constructing KeyValuePair Components.interfaceAssembler for constructing Layout Components.interfaceLoggableComponentBuilder<T extends ComponentBuilder<T>>Common component builder for Logger and RootLogger elements.interfaceAssembler for constructing Logger Components.interfaceAssembler for constructing Property Components.interfaceAssembler for constructing the root Logger Components.interfaceAssembler for constructing Layout Components.interfaceAssembler for constructing ScriptFile Components.Methods in org.apache.logging.log4j.core.config.builder.api with type parameters of type ComponentBuilderModifier and TypeMethodDescription<B extends ComponentBuilder<B>>
ComponentBuilder<B> ConfigurationBuilder.newComponent(String pluginName) Returns a builder for creating generic components.<B extends ComponentBuilder<B>>
ComponentBuilder<B> ConfigurationBuilder.newComponent(String name, String pluginName) Returns a builder for creating generic components.<B extends ComponentBuilder<B>>
ComponentBuilder<B> ConfigurationBuilder.newComponent(String name, String pluginName, String value) Returns a builder for creating generic components.Methods in org.apache.logging.log4j.core.config.builder.api that return ComponentBuilderModifier and TypeMethodDescription<B extends ComponentBuilder<B>>
ComponentBuilder<B> ConfigurationBuilder.newComponent(String pluginName) Returns a builder for creating generic components.<B extends ComponentBuilder<B>>
ComponentBuilder<B> ConfigurationBuilder.newComponent(String name, String pluginName) Returns a builder for creating generic components.<B extends ComponentBuilder<B>>
ComponentBuilder<B> ConfigurationBuilder.newComponent(String name, String pluginName, String value) Returns a builder for creating generic components.Methods in org.apache.logging.log4j.core.config.builder.api with parameters of type ComponentBuilderModifier and TypeMethodDescriptionComponentBuilder.addComponent(ComponentBuilder<?> builder) Adds a sub component. -
Uses of ComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl with type parameters of type ComponentBuilderModifier and TypeClassDescription(package private) classDefaultComponentAndConfigurationBuilder<T extends ComponentBuilder<T>>ExtendsDefaultComponentBuilderto specifyDefaultConfigurationBuilder<? extends Configuration>as theConfigurationBuildertype.(package private) classDefaultComponentBuilder<T extends ComponentBuilder<T>,CB extends ConfigurationBuilder<? extends Configuration>> Generic component that captures attributes and Components in preparation for assembling the Appender's Component.Classes in org.apache.logging.log4j.core.config.builder.impl that implement ComponentBuilderModifier and TypeClassDescription(package private) classHolds the Appender Component attributes and subcomponents.(package private) classHolds the Appender Component attributes and subcomponents.(package private) classDefaultComponentAndConfigurationBuilder<T extends ComponentBuilder<T>>ExtendsDefaultComponentBuilderto specifyDefaultConfigurationBuilder<? extends Configuration>as theConfigurationBuildertype.(package private) classDefaultComponentBuilder<T extends ComponentBuilder<T>,CB extends ConfigurationBuilder<? extends Configuration>> Generic component that captures attributes and Components in preparation for assembling the Appender's Component.(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) classCreates a ScriptFile ComponentBuilder.Methods in org.apache.logging.log4j.core.config.builder.impl with type parameters of type ComponentBuilderModifier and TypeMethodDescription<B extends ComponentBuilder<B>>
ComponentBuilder<B> DefaultConfigurationBuilder.newComponent(String type) <B extends ComponentBuilder<B>>
ComponentBuilder<B> DefaultConfigurationBuilder.newComponent(String name, String type) <B extends ComponentBuilder<B>>
ComponentBuilder<B> DefaultConfigurationBuilder.newComponent(String name, String type, String value) Methods in org.apache.logging.log4j.core.config.builder.impl that return ComponentBuilderModifier and TypeMethodDescription<B extends ComponentBuilder<B>>
ComponentBuilder<B> DefaultConfigurationBuilder.newComponent(String type) <B extends ComponentBuilder<B>>
ComponentBuilder<B> DefaultConfigurationBuilder.newComponent(String name, String type) <B extends ComponentBuilder<B>>
ComponentBuilder<B> DefaultConfigurationBuilder.newComponent(String name, String type, String value) Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type ComponentBuilderModifier and TypeMethodDescriptionprotected ConfigurationBuilder<T> DefaultConfigurationBuilder.add(Component parent, ComponentBuilder<?> builder) DefaultComponentBuilder.addComponent(ComponentBuilder<?> builder) -
Uses of ComponentBuilder in org.apache.logging.log4j.core.config.properties
Methods in org.apache.logging.log4j.core.config.properties with type parameters of type ComponentBuilderModifier and TypeMethodDescriptionprivate <B extends FilterableComponentBuilder<? extends ComponentBuilder<?>>>
BPropertiesConfigurationBuilder.addFiltersToComponent(B componentBuilder, Properties properties) private <B extends LoggableComponentBuilder<? extends ComponentBuilder<?>>>
BPropertiesConfigurationBuilder.addLoggersToComponent(B loggerBuilder, Properties properties) private static <B extends ComponentBuilder<B>>
ComponentBuilder<B> PropertiesConfigurationBuilder.createComponent(ComponentBuilder<?> parent, String key, Properties properties) private static <B extends ComponentBuilder<?>>
BPropertiesConfigurationBuilder.processRemainingProperties(B builder, Properties properties) Methods in org.apache.logging.log4j.core.config.properties that return ComponentBuilderModifier and TypeMethodDescriptionprivate static <B extends ComponentBuilder<B>>
ComponentBuilder<B> PropertiesConfigurationBuilder.createComponent(ComponentBuilder<?> parent, String key, Properties properties) Methods in org.apache.logging.log4j.core.config.properties with parameters of type ComponentBuilderModifier and TypeMethodDescriptionprivate static <B extends ComponentBuilder<B>>
ComponentBuilder<B> PropertiesConfigurationBuilder.createComponent(ComponentBuilder<?> parent, String key, Properties properties)