Package com.gigaspaces.internal.utils
Class GsEnv
java.lang.Object
com.gigaspaces.internal.utils.GsEnv
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilterByPrefix(Map<String, String> env) static Stringstatic Stringstatic Stringstatic StringgetOptional(String suffix) static StringgetPropertiesWithPrefix(String sysPropPrefix) getPropertiesWithPrefix(String sysPropPrefix, Properties sysProps, Map<String, String> env) static Stringstatic Stringstatic StringkeyOrDefault(String suffix) static GsEnv.GsEnvProperty<String>static GsEnv.GsEnvProperty<String>static GsEnv.GsEnvProperty<Boolean>propertyBoolean(String systemProperty) static GsEnv.GsEnvProperty<Boolean>propertyBoolean(String systemProperty, String envKey) static GsEnv.GsEnvProperty<Integer>propertyInt(String systemProperty) static GsEnv.GsEnvProperty<Integer>propertyInt(String systemProperty, String envKey) static GsEnv.GsEnvProperty<Long>propertyLong(String systemProperty) static GsEnv.GsEnvProperty<Long>propertyLong(String systemProperty, String envKey) static GsEnv.GsEnvProperty<Path>propertyPath(String systemProperty) static GsEnv.GsEnvProperty<Path>propertyPath(String systemProperty, String envKey)
-
Constructor Details
-
GsEnv
public GsEnv()
-
-
Method Details
-
key
-
keyOrDefault
-
key
-
get
-
get
-
get
-
get
-
getOptional
-
getOrElse
-
filterByPrefix
-
getPropertiesWithPrefix
-
getPropertiesWithPrefix
-
property
-
property
-
propertyInt
-
propertyInt
-
propertyLong
-
propertyLong
-
propertyBoolean
-
propertyBoolean
-
propertyPath
-
propertyPath
-