org.mutabilitydetector.cli
Class CommandLineOptions
java.lang.Object
org.mutabilitydetector.cli.CommandLineOptions
- All Implemented Interfaces:
- BatchAnalysisOptions
public class CommandLineOptions
- extends Object
- implements BatchAnalysisOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineOptions
public CommandLineOptions(PrintStream errorStream,
String... args)
classpath
public String classpath()
- Specified by:
classpath
in interface BatchAnalysisOptions
match
public String match()
- Specified by:
match
in interface BatchAnalysisOptions
verbose
public boolean verbose()
- Specified by:
verbose
in interface BatchAnalysisOptions
reportMode
public CommandLineOptions.ReportMode reportMode()
- Specified by:
reportMode
in interface BatchAnalysisOptions
classListFile
public File classListFile()
- Specified by:
classListFile
in interface BatchAnalysisOptions
isUsingClassList
public boolean isUsingClassList()
- Specified by:
isUsingClassList
in interface BatchAnalysisOptions
reportErrors
public boolean reportErrors()
- Specified by:
reportErrors
in interface BatchAnalysisOptions
failFast
public boolean failFast()
- Specified by:
failFast
in interface BatchAnalysisOptions
Copyright © 2013. All Rights Reserved.