edu.cmu.minorthird.ui
Class CommandLineUtil.LoadAnnotatorParams

java.lang.Object
  extended by edu.cmu.minorthird.util.BasicCommandLineProcessor
      extended by edu.cmu.minorthird.ui.CommandLineUtil.LoadAnnotatorParams
All Implemented Interfaces:
CommandLineProcessor, Saveable
Direct Known Subclasses:
CommandLineUtil.TestClassifierParams, CommandLineUtil.TestExtractorParams
Enclosing class:
CommandLineUtil

public static class CommandLineUtil.LoadAnnotatorParams
extends BasicCommandLineProcessor

Parameters for testing a stored classifier.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.cmu.minorthird.util.CommandLineProcessor
CommandLineProcessor.Configurable
 
Field Summary
 java.io.File loadFrom
           
 
Constructor Summary
CommandLineUtil.LoadAnnotatorParams()
           
 
Method Summary
 java.lang.String getLoadFrom()
           
 java.lang.String getLoadFromHelp()
           
 void loadFrom(java.lang.String s)
           
 void setLoadFrom(java.lang.String s)
           
 void usage()
          Override this to print a meaningful usage error.
 
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
 

Field Detail

loadFrom

public java.io.File loadFrom
Constructor Detail

CommandLineUtil.LoadAnnotatorParams

public CommandLineUtil.LoadAnnotatorParams()
Method Detail

loadFrom

public void loadFrom(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

getLoadFrom

public java.lang.String getLoadFrom()

setLoadFrom

public void setLoadFrom(java.lang.String s)

getLoadFromHelp

public java.lang.String getLoadFromHelp()