Package adams.core.option
Interface SimpleOptionParser
-
- All Superinterfaces:
GlobalInfoSupporter
- All Known Subinterfaces:
EnvironmentModifier
- All Known Implementing Classes:
AbstractClassPathAugmenter,AbstractEnvironmentModifier,AbstractSimpleOptionParser,ExternalResourceClassPathAugmenter,ImplicitClassPathAugmenter,SystemClassPathAugmenter,WekaHomeEnvironmentModifier,WekaPackagesClassPathAugmenter
public interface SimpleOptionParser extends GlobalInfoSupporter
Interface for classes that can consume command-line options.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.sourceforge.argparse4j.inf.ArgumentParsergetParser()Configures and returns the commandline parser.booleansetOptions(String[] options)Sets the commandline options.-
Methods inherited from interface adams.core.GlobalInfoSupporter
globalInfo
-
-