Class OptionCollector
java.lang.Object
org.sosy_lab.common.configuration.OptionCollector
This class collects all
Options of a program.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcollectOptions(boolean verbose, boolean includeLibraryOptions, PrintStream out) This function collects options from all classes and outputs them.static voidThe main-method collects all classes of a program and then it searches for allOptions.
-
Method Details
-
main
The main-method collects all classes of a program and then it searches for allOptions.- Parameters:
args- use '-v' for verbose output
-
collectOptions
This function collects options from all classes and outputs them. Error message are written to System.err.- Parameters:
verbose- short or long output?includeLibraryOptions- whether options defined by libraries on the classpath should be includedout- the output target
-