public class EnvironmentVariable extends Object implements IEnvironmentVariable, Cloneable
IEnvironmentVariable
Modifier and Type | Field and Description |
---|---|
protected String |
fDelimiter |
protected String |
fName |
protected int |
fOperation |
protected String |
fValue |
ENVVAR_APPEND, ENVVAR_PREPEND, ENVVAR_REMOVE, ENVVAR_REPLACE
Modifier | Constructor and Description |
---|---|
protected |
EnvironmentVariable() |
|
EnvironmentVariable(IEnvironmentVariable var) |
|
EnvironmentVariable(String name) |
|
EnvironmentVariable(String name,
String value) |
|
EnvironmentVariable(String name,
String value,
int op,
String delimiter) |
|
EnvironmentVariable(String name,
String value,
String delimiter) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getDelimiter() |
String |
getName() |
int |
getOperation() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
protected String fName
protected String fValue
protected String fDelimiter
protected int fOperation
protected EnvironmentVariable()
public EnvironmentVariable(String name)
public EnvironmentVariable(IEnvironmentVariable var)
public String getName()
getName
in interface IEnvironmentVariable
public String getValue()
getValue
in interface IEnvironmentVariable
public int getOperation()
getOperation
in interface IEnvironmentVariable
public String getDelimiter()
getDelimiter
in interface IEnvironmentVariable
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.