Package de.redsix.dmncheck.cli
Class Main
java.lang.Object
de.redsix.dmncheck.cli.Main
- All Implemented Interfaces:
PluginBase
,Callable<Integer>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.redsix.dmncheck.plugin.PluginBase
fetchFilesToTestFromSearchPaths, getFileNames, getValidators, loadProjectClasspath, runValidators, testFile, testFiles, validate
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
-
getPluginLogger
- Specified by:
getPluginLogger
in interfacePluginBase
-
getExcludeList
- Specified by:
getExcludeList
in interfacePluginBase
-
getSearchPathList
- Specified by:
getSearchPathList
in interfacePluginBase
-
getValidatorPackages
- Specified by:
getValidatorPackages
in interfacePluginBase
-
getValidatorClasses
- Specified by:
getValidatorClasses
in interfacePluginBase
-
failOnWarning
public boolean failOnWarning()- Specified by:
failOnWarning
in interfacePluginBase
-
call
-