Class FormatterConfigurationImpl
java.lang.Object
org.jboss.logmanager.config.AbstractBasicConfiguration<Formatter, FormatterConfigurationImpl>
org.jboss.logmanager.config.AbstractPropertyConfiguration<Formatter, FormatterConfigurationImpl>
org.jboss.logmanager.config.FormatterConfigurationImpl
- All Implemented Interfaces:
FormatterConfiguration, NamedConfigurable, ObjectConfigurable, PropertyConfigurable
final class FormatterConfigurationImpl
extends AbstractPropertyConfiguration<Formatter, FormatterConfigurationImpl>
implements FormatterConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractPropertyConfiguration
AbstractPropertyConfiguration.ConstructAction, AbstractPropertyConfiguration.ModuleFinder -
Field Summary
Fields inherited from class AbstractBasicConfiguration
configs, refs -
Constructor Summary
ConstructorsConstructorDescriptionFormatterConfigurationImpl(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties) -
Method Summary
Methods inherited from class AbstractPropertyConfiguration
addPostConfigurationActions, addPostConfigurationMethod, contains, getActualClass, getClassName, getConstructAction, getConstructorProperties, getConstructorPropertyType, getModuleName, getPostConfigurationMethods, getPropertyGetter, getPropertyNames, getPropertySetter, getPropertyType, getPropertyValueExpression, getPropertyValueString, hasConstructorProperty, hasProperty, removePostConfigurationActions, removePostConfigurationMethod, removeProperty, setPostConfigurationMethods, setPostConfigurationMethods, setPropertyValueExpression, setPropertyValueExpression, setPropertyValueStringMethods inherited from class AbstractBasicConfiguration
clearRemoved, getConfigs, getConfiguration, getName, getRefs, getRemoveAction, isRemoved, setRemovedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NamedConfigurable
getNameMethods inherited from interface ObjectConfigurable
getClassName, getModuleNameMethods inherited from interface PropertyConfigurable
addPostConfigurationMethod, getConstructorProperties, getPostConfigurationMethods, getPropertyNames, getPropertyValueExpression, getPropertyValueString, hasConstructorProperty, hasProperty, removePostConfigurationMethod, removeProperty, setPostConfigurationMethods, setPostConfigurationMethods, setPropertyValueExpression, setPropertyValueExpression, setPropertyValueString
-
Constructor Details
-
FormatterConfigurationImpl
FormatterConfigurationImpl(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties)
-
-
Method Details
-
getDescription
String getDescription()- Specified by:
getDescriptionin classAbstractPropertyConfiguration<Formatter, FormatterConfigurationImpl>
-