org.eclipse.rse.core.subsystems
Interface IRemoteSystemEnvVar
public interface IRemoteSystemEnvVar
getName
java.lang.String getName()
- Returns:
- The value of the Name attribute
The name of the environment variable to set at connect time
setName
void setName(java.lang.String value)
- Parameters:
value
- The new value of the Name attribute
getValue
java.lang.String getValue()
- Returns:
- The value of the Value attribute
The value to set this environment variable to at connect time
setValue
void setValue(java.lang.String value)
- Parameters:
value
- The new value of the Value attribute
Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.