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<Path> | 
GsEnv.propertyPath(String systemProperty)  | 
static GsEnv.GsEnvProperty<Path> | 
GsEnv.propertyPath(String systemProperty,
            String envKey)  | 
GsEnv.GsEnvProperty<T> | 
GsEnv.GsEnvProperty.withDefault(T defaultValue)  |