Uses of Interface
org.jboss.logmanager.config.PropertyConfigurable
-
Packages that use PropertyConfigurable Package Description org.jboss.logmanager org.jboss.logmanager.config -
-
Uses of PropertyConfigurable in org.jboss.logmanager
Methods in org.jboss.logmanager with parameters of type PropertyConfigurable Modifier and Type Method Description private void
PropertyConfigurator. configureProperties(java.util.Properties properties, PropertyConfigurable configurable, java.lang.String prefix)
private static void
PropertyConfigurator. writeProperties(java.io.Writer out, java.lang.String prefix, PropertyConfigurable propertyConfigurable, boolean writeExpression)
Writes a collection of properties to the print stream. -
Uses of PropertyConfigurable in org.jboss.logmanager.config
Subinterfaces of PropertyConfigurable in org.jboss.logmanager.config Modifier and Type Interface Description interface
ErrorManagerConfiguration
Configuration for an error manager.interface
FilterConfiguration
A configuration for a filter.interface
FormatterConfiguration
A configuration for a logger formatter.interface
HandlerConfiguration
Configuration for a single handler.interface
PojoConfiguration
Classes in org.jboss.logmanager.config that implement PropertyConfigurable Modifier and Type Class Description (package private) class
AbstractPropertyConfiguration<T,C extends AbstractPropertyConfiguration<T,C>>
(package private) class
ErrorManagerConfigurationImpl
(package private) class
FilterConfigurationImpl
(package private) class
FormatterConfigurationImpl
(package private) class
HandlerConfigurationImpl
(package private) class
PojoConfigurationImpl
-