Package org.jboss.logmanager.config
Interface NamedConfigurable
-
- All Known Subinterfaces:
ErrorManagerConfiguration,FilterConfiguration,FormatterConfiguration,HandlerConfiguration,LoggerConfiguration,PojoConfiguration
public interface NamedConfigurableA configurable object with a name.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name of this configurable object.
-
-
-
Method Detail
-
getName
String getName()
Get the name of this configurable object.- Returns:
- the name
-
-