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