Package org.jboss.logmanager.config
Class ErrorManagerConfigurationImpl
java.lang.Object
org.jboss.logmanager.config.AbstractBasicConfiguration<ErrorManager,ErrorManagerConfigurationImpl>
org.jboss.logmanager.config.AbstractPropertyConfiguration<ErrorManager,ErrorManagerConfigurationImpl>
org.jboss.logmanager.config.ErrorManagerConfigurationImpl
- All Implemented Interfaces:
ErrorManagerConfiguration,NamedConfigurable,ObjectConfigurable,PropertyConfigurable
final class ErrorManagerConfigurationImpl
extends AbstractPropertyConfiguration<ErrorManager,ErrorManagerConfigurationImpl>
implements ErrorManagerConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.logmanager.config.AbstractPropertyConfiguration
AbstractPropertyConfiguration.ConstructAction, AbstractPropertyConfiguration.ModuleFinder -
Field Summary
Fields inherited from class org.jboss.logmanager.config.AbstractBasicConfiguration
configs, refs -
Constructor Summary
ConstructorsConstructorDescriptionErrorManagerConfigurationImpl(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties) -
Method Summary
Methods inherited from class org.jboss.logmanager.config.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 org.jboss.logmanager.config.AbstractBasicConfiguration
clearRemoved, getConfigs, getConfiguration, getName, getRefs, getRemoveAction, isRemoved, setRemovedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.logmanager.config.NamedConfigurable
getNameMethods inherited from interface org.jboss.logmanager.config.ObjectConfigurable
getClassName, getModuleNameMethods inherited from interface org.jboss.logmanager.config.PropertyConfigurable
addPostConfigurationMethod, getConstructorProperties, getPostConfigurationMethods, getPropertyNames, getPropertyValueExpression, getPropertyValueString, hasConstructorProperty, hasProperty, removePostConfigurationMethod, removeProperty, setPostConfigurationMethods, setPostConfigurationMethods, setPropertyValueExpression, setPropertyValueExpression, setPropertyValueString
-
Constructor Details
-
ErrorManagerConfigurationImpl
ErrorManagerConfigurationImpl(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties)
-
-
Method Details
-
getDescription
String getDescription()- Specified by:
getDescriptionin classAbstractPropertyConfiguration<ErrorManager,ErrorManagerConfigurationImpl>
-