public abstract class AbstractConfigurationEnvironment extends java.lang.Object implements Environment
| Constructor and Description |
|---|
AbstractConfigurationEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getProperty(java.lang.String key)
Gets saved property.
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
Set arbitrary property of this environment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyFilesFromLocalDisk, copyFilesToLocalDisk, getHostname, getId, getName, removeFile, runCommand, runCommandAsynchronouslypublic java.lang.Object getProperty(java.lang.String key)
throws java.util.NoSuchElementException
EnvironmentgetProperty in interface Environmentkey - property's keyjava.util.NoSuchElementException - thrown when given key is not presentpublic void setProperty(java.lang.String key,
java.lang.Object value)
EnvironmentsetProperty in interface Environmentkey - property's keyvalue - property's value