org.mutabilitydetector.cli
Interface BatchAnalysisOptions

All Known Implementing Classes:
CommandLineOptions

public interface BatchAnalysisOptions


Method Summary
 File classListFile()
           
 String classpath()
           
 boolean failFast()
           
 boolean isUsingClassList()
           
 String match()
           
 boolean reportErrors()
           
 CommandLineOptions.ReportMode reportMode()
           
 boolean verbose()
           
 

Method Detail

classpath

String classpath()

match

String match()

verbose

boolean verbose()

reportMode

CommandLineOptions.ReportMode reportMode()

classListFile

File classListFile()

isUsingClassList

boolean isUsingClassList()

reportErrors

boolean reportErrors()

failFast

boolean failFast()


Copyright © 2013. All Rights Reserved.