Package org.jboss.logmanager.config
Class PojoConfigurationImpl
- java.lang.Object
-
- org.jboss.logmanager.config.AbstractBasicConfiguration<T,C>
-
- org.jboss.logmanager.config.AbstractPropertyConfiguration<java.lang.Object,PojoConfigurationImpl>
-
- org.jboss.logmanager.config.PojoConfigurationImpl
-
- All Implemented Interfaces:
NamedConfigurable
,ObjectConfigurable
,PojoConfiguration
,PropertyConfigurable
final class PojoConfigurationImpl extends AbstractPropertyConfiguration<java.lang.Object,PojoConfigurationImpl> implements PojoConfiguration
-
-
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
Constructors Constructor Description PojoConfigurationImpl(LogContextConfigurationImpl configuration, java.lang.String name, java.lang.String moduleName, java.lang.String className, java.lang.String[] constructorProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getDescription()
-
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, setPropertyValueString
-
Methods inherited from class org.jboss.logmanager.config.AbstractBasicConfiguration
clearRemoved, getConfigs, getConfiguration, getName, getRefs, getRemoveAction, isRemoved, setRemoved
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.logmanager.config.NamedConfigurable
getName
-
Methods inherited from interface org.jboss.logmanager.config.ObjectConfigurable
getClassName, getModuleName
-
Methods inherited from interface org.jboss.logmanager.config.PropertyConfigurable
addPostConfigurationMethod, getConstructorProperties, getPostConfigurationMethods, getPropertyNames, getPropertyValueExpression, getPropertyValueString, hasConstructorProperty, hasProperty, removePostConfigurationMethod, removeProperty, setPostConfigurationMethods, setPostConfigurationMethods, setPropertyValueExpression, setPropertyValueExpression, setPropertyValueString
-
-
-
-
Constructor Detail
-
PojoConfigurationImpl
PojoConfigurationImpl(LogContextConfigurationImpl configuration, java.lang.String name, java.lang.String moduleName, java.lang.String className, java.lang.String[] constructorProperties)
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
- Specified by:
getDescription
in classAbstractPropertyConfiguration<java.lang.Object,PojoConfigurationImpl>
-
-