public class EnvironmentKeyValue
extends java.lang.Object
| Constructor and Description |
|---|
EnvironmentKeyValue(java.lang.String pKey,
java.lang.String pValue,
boolean pSecure)
Creates an environment variable for an external process
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Returns the environment variable key
|
java.lang.String |
getValue()
Returns the environment variable value
|
boolean |
isSecure()
Returns whether the environment variable is secure
|
java.lang.String |
toString() |
public EnvironmentKeyValue(java.lang.String pKey,
java.lang.String pValue,
boolean pSecure)
pKey - the environment variable keypValue - the environment variable valuepSecure - whether the environment variable is secure (e.g. a password)public java.lang.String getKey()
public java.lang.String getValue()
public boolean isSecure()
public java.lang.String toString()
toString in class java.lang.Object