| Modifier and Type | Field and Description |
|---|---|
static int |
DIRECTORY
This value indicates an output object that specifies a directory for output data
|
static int |
FILE
This value indicates an output object that specifies a single file for output data
|
java.lang.String |
ID |
java.lang.String |
pathFlag
The flag or command preceding the path to the I/O file or directory
|
| Constructor and Description |
|---|
ToolIO()
Provide the io link for this object (not yet implemented)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArgument(org.eclipse.debug.core.ILaunchConfiguration configuration)
Returns the argument(s) contained by this object, building them from information in the configuration if necessary
|
java.util.Map<java.lang.String,java.lang.String> |
getEnvVars(org.eclipse.debug.core.ILaunchConfiguration configuration) |
public static final int DIRECTORY
public static final int FILE
public java.lang.String ID
public java.lang.String pathFlag
public java.lang.String getArgument(org.eclipse.debug.core.ILaunchConfiguration configuration)
IAppInputgetArgument in interface IAppInputpublic java.util.Map<java.lang.String,java.lang.String> getEnvVars(org.eclipse.debug.core.ILaunchConfiguration configuration)
getEnvVars in interface IAppInputCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.