Class CommandLine.Assert
- java.lang.Object
-
- org.apache.logging.log4j.core.tools.picocli.CommandLine.Assert
-
- Enclosing class:
- CommandLine
private static final class CommandLine.Assert extends java.lang.Object
Utility class providing some defensive coding convenience methods.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Assert()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static <T> T
notNull(T object, java.lang.String description)
Throws a NullPointerException if the specified object is null.
-