-
- All Implemented Interfaces:
public final class JUnitDiffApp.InvocationParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumJUnitDiffApp.InvocationParams.OutputFormat
-
Field Summary
Fields Modifier and Type Field Description private final List<String>inputPathsprivate final PathoutPathprivate final JUnitDiffApp.InvocationParams.OutputFormatoutputFormatprivate final BooleantoStdOutprivate final Stringtitle
-
Constructor Summary
Constructors Constructor Description JUnitDiffApp.InvocationParams(List<String> inputPaths, Path outPath, JUnitDiffApp.InvocationParams.OutputFormat outputFormat, Boolean toStdOut, String title)
-
Method Summary
Modifier and Type Method Description final List<String>getInputPaths()final PathgetOutPath()final JUnitDiffApp.InvocationParams.OutputFormatgetOutputFormat()final BooleangetToStdOut()final StringgetTitle()-
-
Method Detail
-
getInputPaths
final List<String> getInputPaths()
-
getOutPath
final Path getOutPath()
-
getOutputFormat
final JUnitDiffApp.InvocationParams.OutputFormat getOutputFormat()
-
getToStdOut
final Boolean getToStdOut()
-
-
-
-