public class SystemDependentVariable extends SystemVariable
Constructor and Description |
---|
SystemDependentVariable(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
SystemVariable |
createCopy()
Creates a copy of this SystemVariable instance.
|
String |
getCurrentOSValue() |
String |
getLinux()
Gets the property value for Linux
|
String |
getMacosx()
Gets the property value for MacOSX
|
String |
getValue()
Sets the property value for the current OS
|
String |
getWindows()
Gets the property value for Windows
|
void |
setLinux(String value)
Sets the property value for Linux
|
void |
setMacosx(String value)
Sets the property value for MacOSX
|
void |
setTransient(boolean value) |
void |
setValue(String value)
Gets the property value for the current OS
|
void |
setWindows(String value)
Sets the property value for Windows
|
addLookupReference, addLookupReference, getKey, isShared, resolve, setKey, setShared
public String getValue()
getValue
in class SystemVariable
public void setValue(String value)
setValue
in class SystemVariable
public SystemVariable createCopy()
SystemVariable
createCopy
in class SystemVariable
public String getWindows()
public void setWindows(String value)
public String getLinux()
public void setLinux(String value)
public String getMacosx()
public void setMacosx(String value)
public void setTransient(boolean value)
public String getCurrentOSValue()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.