Class Guard
- java.lang.Object
-
- com.github.danielflower.mavenplugins.release.Guard
-
public class Guard extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGuard.GuardException
-
Constructor Summary
Constructors Constructor Description Guard()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidnotBlank(String thing, String value)static voidnotNull(String thing, Object value)
-