public class CommandUtil extends Object
Constructor and Description |
---|
CommandUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
checkArguments(Object... params)
Checks arguments and throws exception if there is an issue
|
static void |
writeToMap(Map map,
Object... params)
write key/value pairs into a map
|
public static void checkArguments(Object... params) throws IllegalArgumentException
params
- arguments to checkIllegalArgumentException
- exception thrown in case arguments are wrongCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.