net.sf.clichart.main.cliserver
Class ColourOverrideListOptionSetter
java.lang.Object
net.sf.clichart.main.cliserver.AbstractOptionSetter
net.sf.clichart.main.cliserver.ColourOverrideListOptionSetter
- All Implemented Interfaces:
- OptionSetter
public class ColourOverrideListOptionSetter
- extends AbstractOptionSetter
Option setter for colour overrides
- Author:
- johnd
|
Method Summary |
protected java.lang.Class[] |
getParameterType()
|
protected void |
setValue(OptionsBean options,
java.lang.reflect.Method method,
java.lang.String command,
java.lang.String argument)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColourOverrideListOptionSetter
public ColourOverrideListOptionSetter(java.lang.String setterName)
getParameterType
protected java.lang.Class[] getParameterType()
- Specified by:
getParameterType in class AbstractOptionSetter
setValue
protected void setValue(OptionsBean options,
java.lang.reflect.Method method,
java.lang.String command,
java.lang.String argument)
throws java.lang.IllegalAccessException,
InvalidOptionsException,
java.lang.reflect.InvocationTargetException
- Specified by:
setValue in class AbstractOptionSetter
- Throws:
java.lang.IllegalAccessException
InvalidOptionsException
java.lang.reflect.InvocationTargetException