org.x4juli.global.spi
Interface OptionHandler

All Known Subinterfaces:
ExtendedFilter, RollingPolicy, TriggeringPolicy
All Known Implementing Classes:
AbstractFilter, AbstractFormatter, AbstractHandler, AbstractRollingPolicy, FilterBasedTriggeringPolicy, NOPTriggeringPolicy, SizeBasedTriggeringPolicy, TimeBasedRollingPolicy

public interface OptionHandler

A string based interface to configure package components.

Logging API as a whole was originally done for Apache log4j. Juli is a port of main parts of that to complete the Java Logging APIs. All credits for initial idea, design, implementation, documentation belong to the log4j crew. This file was originally published by Ceki Gülcü, Anders Kristensen. Please use exclusively the appropriate mailing lists for questions, remarks and contribution.

Just a plain copy.

Since:
0.5
Author:
Boris Unckel

Method Summary
 void activateOptions()
          Activate the options that were previously set with calls to option setters.
 

Method Detail

activateOptions

public void activateOptions()
Activate the options that were previously set with calls to option setters.

This allows to defer activiation of the options until all options have been set. This is required for components which have related options that remain ambigous until all are set.

Since:
0.5


${license_html}