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 boolean
isFailOnError()
BomChecker.Configuration
withFailOnError(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
- iftrue
fails the build when an error is encountered.
-
-