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
|
String |
ID |
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 |
---|---|
String |
getArgument(ILaunchConfiguration configuration)
Returns the argument(s) contained by this object, building them from information in the configuration if necessary
|
Map<String,String> |
getEnvVars(ILaunchConfiguration configuration) |
public static final int DIRECTORY
public static final int FILE
public String ID
public String pathFlag
public String getArgument(ILaunchConfiguration configuration)
IAppInput
getArgument
in interface IAppInput
public Map<String,String> getEnvVars(ILaunchConfiguration configuration)
getEnvVars
in interface IAppInput
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.