com.sun.jimi.core.options
Class FormatOptionSetSupport
java.lang.Object
|
+--com.sun.jimi.core.options.FormatOptionSetSupport
- public abstract class FormatOptionSetSupport
- extends java.lang.Object
Base class providing partial implementation of the FormatOptionSet
interface.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
nameToOptionMap
protected java.util.Hashtable nameToOptionMap
options
protected FormatOption[] options
FormatOptionSetSupport
protected FormatOptionSetSupport()
initWithOptions
protected void initWithOptions(FormatOption[] options)
- Should be called by the subclass to initialize.
- Parameters:
options
- the options to expose
getOptions
public FormatOption[] getOptions()
getOption
public FormatOption getOption(java.lang.String name)
throws OptionException