private static final class CommandLine.Assert
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Assert() |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> T |
notNull(T object,
java.lang.String description)
Throws a NullPointerException if the specified object is null.
|