public interface EnvironmentVariables
Modifier and Type | Method and Description |
---|---|
void |
clearProperty(String name) |
EnvironmentVariables |
copy() |
String |
getProperty(Enum<?> property) |
String |
getProperty(Enum<?> property,
String defaultValue) |
String |
getProperty(String name) |
String |
getProperty(String name,
String defaultValue) |
Boolean |
getPropertyAsBoolean(Enum<?> property,
boolean defaultValue) |
Boolean |
getPropertyAsBoolean(String name,
boolean defaultValue) |
Integer |
getPropertyAsInteger(Enum<?> property,
Integer defaultValue) |
Integer |
getPropertyAsInteger(String name,
Integer defaultValue) |
String |
getValue(Enum<?> property) |
String |
getValue(Enum<?> property,
String defaultValue) |
String |
getValue(String name) |
String |
getValue(String name,
String defaultValue) |
void |
setProperty(String name,
String value) |
void clearProperty(String name)
EnvironmentVariables copy()
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.