Package de.mnl.osgi.osgi2jul
Class HandlerConfig
- java.lang.Object
-
- de.mnl.osgi.osgi2jul.HandlerConfig
-
public class HandlerConfig extends Object
Holds the configuration for a handler.
-
-
Constructor Summary
Constructors Constructor Description HandlerConfig(Handler handler, MessageFormat outputFormat)
Instantiates a new handler configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Handler
getHandler()
Gets the handler.MessageFormat
getOutputFormat()
Gets the output format.
-
-
-
Constructor Detail
-
HandlerConfig
public HandlerConfig(Handler handler, MessageFormat outputFormat)
Instantiates a new handler configuration.- Parameters:
handler
- the handleroutputFormat
- the output format
-
-
Method Detail
-
getHandler
public Handler getHandler()
Gets the handler.- Returns:
- the handler
-
getOutputFormat
public MessageFormat getOutputFormat()
Gets the output format.- Returns:
- the outputFormat
-
-