@API(status=EXPERIMENTAL, since="5.3") public class Resources extends Object
ResourceLock
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_ERR
Represents the standard error stream of the current process.
|
static String |
SYSTEM_OUT
Represents the standard output stream of the current process.
|
static String |
SYSTEM_PROPERTIES
Represents Java's system properties.
|
public static final String SYSTEM_PROPERTIES
public static final String SYSTEM_OUT
public static final String SYSTEM_ERR
Copyright © 2018. All rights reserved.