| Constructor and Description |
|---|
SystemUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getArg(String key) |
static String |
getArg(String key,
String defaultValue) |
static int |
getIntArg(String key,
int defaultValue) |
static long |
getLongArg(String key,
long defaultValue) |
static String |
getProp(String key) |
static String |
getProp(String key,
String defaultValue) |
static String |
getRequiredArg(String key) |
static String |
getRequiredProp(String key) |
static String |
lineSeparator() |
public static String getRequiredProp(String key) throws IllegalStateException
IllegalStateExceptionpublic static String getRequiredArg(String key) throws IllegalStateException
IllegalStateExceptionpublic static int getIntArg(String key, int defaultValue)
public static long getLongArg(String key, long defaultValue)
Copyright © 2020. All rights reserved.