Uses of Class
com.gigaspaces.internal.utils.GsEnv.GsEnvProperty
Packages that use GsEnv.GsEnvProperty
-
Uses of GsEnv.GsEnvProperty in com.gigaspaces.internal.utils
Methods in com.gigaspaces.internal.utils that return GsEnv.GsEnvPropertyModifier and TypeMethodDescriptionstatic GsEnv.GsEnvProperty<String>static GsEnv.GsEnvProperty<String>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.withDefault(T defaultValue)