static GsEnv.GsEnvProperty<String> |
GsEnv.property(String systemProperty) |
static GsEnv.GsEnvProperty<String> |
GsEnv.property(String systemProperty,
String envKey) |
static GsEnv.GsEnvProperty<Boolean> |
GsEnv.propertyBoolean(String systemProperty) |
static GsEnv.GsEnvProperty<Boolean> |
GsEnv.propertyBoolean(String systemProperty,
String envKey) |
static GsEnv.GsEnvProperty<Integer> |
GsEnv.propertyInt(String systemProperty) |
static GsEnv.GsEnvProperty<Integer> |
GsEnv.propertyInt(String systemProperty,
String envKey) |
static GsEnv.GsEnvProperty<Long> |
GsEnv.propertyLong(String systemProperty) |
static GsEnv.GsEnvProperty<Long> |
GsEnv.propertyLong(String systemProperty,
String envKey) |
static GsEnv.GsEnvProperty<Path> |
GsEnv.propertyPath(String systemProperty) |
static GsEnv.GsEnvProperty<Path> |
GsEnv.propertyPath(String systemProperty,
String envKey) |
GsEnv.GsEnvProperty<T> |
GsEnv.GsEnvProperty.withDefault(T defaultValue) |