public interface OptionHandler
Modifier and Type | Method and Description |
---|---|
void |
activateOptions()
Activate the options that were previously set with calls to option setters.
|
void activateOptions()
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.
For example, the FileAppender has the File
and
Append
options both of which are ambigous until the other is also
set.
Copyright © 1999–2023 QOS.CH Sarl (Switzerland). All rights reserved.