Index

C G O P W 
All Classes and Interfaces|All Packages|Serialized Form

C

ConfigurationConverter - Interface in org.apache.logging.converter.config
Service class to convert between different logging configuration formats.
ConfigurationConverterException - Exception in org.apache.logging.converter.config
Exception thrown by ConfigurationConverter, when a problem occurs during the conversion.
ConfigurationConverterException(String) - Constructor for exception org.apache.logging.converter.config.ConfigurationConverterException
 
ConfigurationConverterException(String, Throwable) - Constructor for exception org.apache.logging.converter.config.ConfigurationConverterException
 
ConfigurationMapper - Interface in org.apache.logging.converter.config.spi
Interface for format provider classes that implement a parser and a writer at the same time.
ConfigurationNode - Interface in org.apache.logging.converter.config.spi
A simplified view of a Log4j Core 2 configuration subtree.
ConfigurationParser - Interface in org.apache.logging.converter.config.spi
Interface to be implemented by format providers that can parse a configuration file format.
ConfigurationWriter - Interface in org.apache.logging.converter.config.spi
Interface to be implemented by format providers that can write a configuration file format.
convert(InputStream, String, OutputStream, String) - Method in interface org.apache.logging.converter.config.ConfigurationConverter
Converts a logging configuration file from one format to another.

G

getAttributes() - Method in interface org.apache.logging.converter.config.spi.ConfigurationNode
The configuration attributes
getChildren() - Method in interface org.apache.logging.converter.config.spi.ConfigurationNode
The nested configuration elements.
getFormat() - Method in interface org.apache.logging.converter.config.spi.ConfigurationMapper
A short string that identifies the format supported by this mapper.
getFormatDescription() - Method in interface org.apache.logging.converter.config.spi.ConfigurationMapper
A description of the supported format for self-documentation purposes.
getFormatDescriptions() - Method in interface org.apache.logging.converter.config.ConfigurationConverter
Associates each supported format symbol with a description.
getInputFormat() - Method in interface org.apache.logging.converter.config.spi.ConfigurationMapper
 
getInputFormat() - Method in interface org.apache.logging.converter.config.spi.ConfigurationParser
A short string that identifies the format supported by this parser.
getInputFormatDescription() - Method in interface org.apache.logging.converter.config.spi.ConfigurationMapper
 
getInputFormatDescription() - Method in interface org.apache.logging.converter.config.spi.ConfigurationParser
A description of the supported format for self-documentation purposes.
getInstance() - Static method in interface org.apache.logging.converter.config.ConfigurationConverter
A default implementation of ConfigurationConverter that uses ServiceLoader to load additional formats.
getOutputFormat() - Method in interface org.apache.logging.converter.config.spi.ConfigurationMapper
 
getOutputFormat() - Method in interface org.apache.logging.converter.config.spi.ConfigurationWriter
A short string that identifies the format supported by this writer.
getOutputFormatDescription() - Method in interface org.apache.logging.converter.config.spi.ConfigurationMapper
 
getOutputFormatDescription() - Method in interface org.apache.logging.converter.config.spi.ConfigurationWriter
A description of the supported format for self-documentation purposes.
getPluginName() - Method in interface org.apache.logging.converter.config.spi.ConfigurationNode
The name of the plugin configured by this node.
getPrefix() - Method in class org.apache.logging.converter.config.spi.PropertiesSubset
The common prefix of this subset in the global configuration properties.
getProperties() - Method in class org.apache.logging.converter.config.spi.PropertiesSubset
A subset of the global configuration properties with getPrefix() removed.
getSupportedInputFormats() - Method in interface org.apache.logging.converter.config.ConfigurationConverter
Returns the list of supported input formats.
getSupportedOutputFormats() - Method in interface org.apache.logging.converter.config.ConfigurationConverter
Returns the list of supported output formats.

O

of(String, Properties) - Static method in class org.apache.logging.converter.config.spi.PropertiesSubset
 
org.apache.logging.converter.config - package org.apache.logging.converter.config
Simple API to convert between different logging configuration formats.
org.apache.logging.converter.config.spi - package org.apache.logging.converter.config.spi
SPI interfaces for the Configuration Converter.

P

parse(InputStream) - Method in interface org.apache.logging.converter.config.spi.ConfigurationParser
Parses a configuration file into a tree of configuration nodes.
PropertiesSubset - Class in org.apache.logging.converter.config.spi
Represents a subset of configuration properties.

W

writeConfiguration(OutputStream, ConfigurationNode) - Method in interface org.apache.logging.converter.config.spi.ConfigurationWriter
Write a tree of configuration nodes to a configuration file.
C G O P W 
All Classes and Interfaces|All Packages|Serialized Form