Package de.redsix.dmncheck.cli
Class Main
java.lang.Object
de.redsix.dmncheck.cli.Main
- All Implemented Interfaces:
PluginBase,Callable<Integer>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getPluginLoggerin interfacePluginBase
-
getExcludeList
- Specified by:
getExcludeListin interfacePluginBase
-
getSearchPathList
- Specified by:
getSearchPathListin interfacePluginBase
-
getValidatorPackages
- Specified by:
getValidatorPackagesin interfacePluginBase
-
getValidatorClasses
- Specified by:
getValidatorClassesin interfacePluginBase
-
failOnWarning
public boolean failOnWarning()- Specified by:
failOnWarningin interfacePluginBase
-
call
-