net.sf.clichart.main.cliserver
Interface OptionSetter
- All Known Implementing Classes:
- AbstractOptionSetter, BooleanOptionSetter, ColourOverrideListOptionSetter, IntArrayOptionSetter, IntegerOptionSetter, IntegerOptionSetterBase, IntOptionSetter, NoArgumentOptionSetter, StringArrayOptionSetter, StringOptionSetter
public interface OptionSetter
Interface for handlers that can set options into an OptionBean based on a command and optional argument
- Author:
- johnd
|
Method Summary |
void |
setOption(OptionsBean options,
java.lang.String command,
java.lang.String argument)
|
setOption
void setOption(OptionsBean options,
java.lang.String command,
java.lang.String argument)
throws InvalidOptionsException
- Throws:
InvalidOptionsException