Class AIGenArgumentList
- java.lang.Object
-
- net.stoerr.ai.aigenpipeline.commandline.AIGenArgumentList
-
public class AIGenArgumentList extends Object
A set of arguments that is either given on command line, from the environment or otherwise given, or read from a config file. There are often several such argument sets stacked on each other.
-
-
Constructor Summary
Constructors Constructor Description AIGenArgumentList(File cfgFile)
Reads the arguments from a file.AIGenArgumentList(String[] args)
Unrelated to file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getArgs()
File
getCfgFile()
boolean
hasArgument(String shortform, String longform)
-