Package org.verapdf.processor.app
Interface VeraAppConfig
-
- All Known Implementing Classes:
VeraAppConfigImpl
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()StringgetPolicyFile()ProcessTypegetProcessType()StringgetWikiPath()booleanisVerbose()
-
-
-
Method Detail
-
getFixesFolder
String getFixesFolder()
-
getPolicyFile
String getPolicyFile()
-
getWikiPath
String getWikiPath()
-
getFormat
FormatOption getFormat()
-
getProcessType
ProcessType getProcessType()
-
isVerbose
boolean isVerbose()
-
-