Uses of Interface
adams.core.option.SimpleOptionParser
-
Packages that use SimpleOptionParser Package Description adams.core.management adams.core.option -
-
Uses of SimpleOptionParser in adams.core.management
Subinterfaces of SimpleOptionParser in adams.core.management Modifier and Type Interface Description interface
EnvironmentModifier
Interface for classes that modify the environment used by theLauncher
.Classes in adams.core.management that implement SimpleOptionParser Modifier and Type Class Description class
AbstractClassPathAugmenter
Ancestor for classpath augmenters.class
AbstractEnvironmentModifier
Ancestor for classes that modify the environment used by theLauncher
.class
ExternalResourceClassPathAugmenter
Allows the user to add external jars and directories.class
ImplicitClassPathAugmenter
Applies classpath augmenters listed in props file (if enabled) implicitly on startup.class
SystemClassPathAugmenter
Simply returns the CLASSPATH environment variable.class
WekaHomeEnvironmentModifier
Sets a custom WEKA_HOME environment variable inside the project's home directory.class
WekaPackagesClassPathAugmenter
Returns the classpath augmentations for all the installed WEKA packages. -
Uses of SimpleOptionParser in adams.core.option
Classes in adams.core.option that implement SimpleOptionParser Modifier and Type Class Description class
AbstractSimpleOptionParser
Ancestor for simple option parser objects.Methods in adams.core.option that return SimpleOptionParser Modifier and Type Method Description static SimpleOptionParser
AbstractSimpleOptionParser. forCommandline(String cmdline)
Instantiates the option parser from the commandline.
-