org.mutabilitydetector.cli
Class CommandLineOptions

java.lang.Object
  extended by org.mutabilitydetector.cli.CommandLineOptions
All Implemented Interfaces:
BatchAnalysisOptions

public class CommandLineOptions
extends Object
implements BatchAnalysisOptions


Nested Class Summary
static class CommandLineOptions.ReportMode
           
 
Constructor Summary
CommandLineOptions(PrintStream errorStream, String... args)
           
 
Method Summary
 File classListFile()
           
 String classpath()
           
 boolean failFast()
           
 boolean isUsingClassList()
           
 String match()
           
 boolean reportErrors()
           
 CommandLineOptions.ReportMode reportMode()
           
 boolean verbose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineOptions

public CommandLineOptions(PrintStream errorStream,
                          String... args)
Method Detail

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.