Package org.verapdf.apps
Interface VeraAppConfig
-
public interface VeraAppConfig- Version:
- 0.1 Created 30 Oct 2016:20:58:16
- Author:
- Carl Wilson carlwilson AT github
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFixesFolder()FormatOptiongetFormat()intgetMaxFailsDisplayed()StringgetPolicyFile()ProcessTypegetProcessType()StringgetReportFile()StringgetReportFolder()StringgetWikiPath()booleanisOverwriteReport()booleanisVerbose()
-
-
-
Method Detail
-
isOverwriteReport
boolean isOverwriteReport()
-
getFixesFolder
String getFixesFolder()
-
getReportFile
String getReportFile()
-
getReportFolder
String getReportFolder()
-
getPolicyFile
String getPolicyFile()
-
getWikiPath
String getWikiPath()
-
getFormat
FormatOption getFormat()
-
getProcessType
ProcessType getProcessType()
-
isVerbose
boolean isVerbose()
-
getMaxFailsDisplayed
int getMaxFailsDisplayed()
-
-