public interface OptionHandler extends MOAObject
Modifier and Type | Method and Description |
---|---|
OptionHandler |
copy()
This method produces a copy of this object.
|
String |
getCLICreationString(Class<?> expectedType)
Gets the Command Line Interface text to create the object
|
Options |
getOptions()
Gets the options of this object
|
String |
getPurposeString()
Gets the purpose of this object
|
void |
prepareForUse()
This method prepares this object for use.
|
void |
prepareForUse(TaskMonitor monitor,
ObjectRepository repository)
This method prepares this object for use.
|
getDescription, measureByteSize
String getPurposeString()
Options getOptions()
void prepareForUse()
void prepareForUse(TaskMonitor monitor, ObjectRepository repository)
monitor
- the TaskMonitor to userepository
- the ObjectRepository to useOptionHandler copy()
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.