Package org.kordamp.maven.checker
Class BomChecker.Configuration
- java.lang.Object
-
- org.kordamp.maven.checker.BomChecker.Configuration
-
- Enclosing class:
- BomChecker
public static class BomChecker.Configuration extends Object
-
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFailOnError()BomChecker.ConfigurationwithFailOnError(boolean failOnError)Sets the value forfailOnError.
-
-
-
Constructor Detail
-
Configuration
public Configuration()
-
-
Method Detail
-
isFailOnError
public boolean isFailOnError()
-
withFailOnError
public BomChecker.Configuration withFailOnError(boolean failOnError)
Sets the value forfailOnError.- Parameters:
failOnError- iftruefails the build when an error is encountered.
-
-