edu.cmu.minorthird.ui
Class CommandLineUtil.AnnotatorOutputParams
java.lang.Object
edu.cmu.minorthird.util.BasicCommandLineProcessor
edu.cmu.minorthird.ui.CommandLineUtil.AnnotatorOutputParams
- All Implemented Interfaces:
- CommandLineProcessor, Saveable
- Enclosing class:
- CommandLineUtil
public static class CommandLineUtil.AnnotatorOutputParams
- extends BasicCommandLineProcessor
Field Summary |
java.lang.String |
format
|
Methods inherited from class edu.cmu.minorthird.util.BasicCommandLineProcessor |
config, config, consumeArguments, getExtensionFor, getFormatNames, help, main, processArguments, propertyList, propertyValue, restore, saveAs, shouldTerminate, tryToGetCLP, usage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
format
public java.lang.String format
CommandLineUtil.AnnotatorOutputParams
public CommandLineUtil.AnnotatorOutputParams()
format
public void format(java.lang.String s)
usage
public void usage()
- Description copied from class:
BasicCommandLineProcessor
- Override this to print a meaningful usage error.
Default will list all commands other than 'usage',
'help', 'getX', and 'setX'.
- Specified by:
usage
in interface CommandLineProcessor
- Overrides:
usage
in class BasicCommandLineProcessor
getOutputFormat
public java.lang.String getOutputFormat()
setOutputFormat
public void setOutputFormat(java.lang.String s)
getAllowedOutputFormatValues
public java.lang.String[] getAllowedOutputFormatValues()
getOutputFormatHelp
public java.lang.String getOutputFormatHelp()