public interface IContributedEnvironment
Modifier and Type | Method and Description |
---|---|
IEnvironmentVariable |
addVariable(IEnvironmentVariable var,
ICConfigurationDescription des) |
IEnvironmentVariable |
addVariable(String name,
String value,
int op,
String delimiter,
ICConfigurationDescription des) |
void |
addVariables(IEnvironmentVariable[] vars,
ICConfigurationDescription des) |
boolean |
appendEnvironment(ICConfigurationDescription des) |
IEnvironmentVariable |
getVariable(String name,
ICConfigurationDescription des) |
IEnvironmentVariable[] |
getVariables(ICConfigurationDescription des) |
boolean |
isUserVariable(ICConfigurationDescription des,
IEnvironmentVariable var) |
IEnvironmentVariable |
removeVariable(String name,
ICConfigurationDescription des) |
void |
restoreDefaults(ICConfigurationDescription des) |
void |
setAppendEnvironment(boolean append,
ICConfigurationDescription des) |
IEnvironmentVariable[] getVariables(ICConfigurationDescription des)
IEnvironmentVariable getVariable(String name, ICConfigurationDescription des)
boolean appendEnvironment(ICConfigurationDescription des)
void setAppendEnvironment(boolean append, ICConfigurationDescription des)
IEnvironmentVariable addVariable(String name, String value, int op, String delimiter, ICConfigurationDescription des)
IEnvironmentVariable addVariable(IEnvironmentVariable var, ICConfigurationDescription des)
void addVariables(IEnvironmentVariable[] vars, ICConfigurationDescription des)
IEnvironmentVariable removeVariable(String name, ICConfigurationDescription des)
void restoreDefaults(ICConfigurationDescription des)
boolean isUserVariable(ICConfigurationDescription des, IEnvironmentVariable var)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.