@API(status=EXPERIMENTAL,
since="5.3")
public class Resources
extends Object
ResourceLock| Modifier and Type | Field | Description |
|---|---|---|
static String |
LOCALE |
Represents the default locale for the current instance of the JVM.
|
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.
|
static String |
TIME_ZONE |
Represents the default time zone for the current instance of the JVM.
|
public static final String SYSTEM_PROPERTIES
public static final String SYSTEM_OUT
public static final String SYSTEM_ERR
@API(status=EXPERIMENTAL,
since="5.4")
public static final String LOCALE
Locale.setDefault(java.util.Locale),
Constant Field Values@API(status=EXPERIMENTAL,
since="5.4")
public static final String TIME_ZONE
TimeZone.setDefault(java.util.TimeZone),
Constant Field ValuesCopyright © 2019. All rights reserved.