PTP
Release 7.0

org.eclipse.ptp.etfw.toolopts
Interface IAppInput

All Known Subinterfaces:
IToolUITab
All Known Implementing Classes:
ToolIO, ToolPane

public interface IAppInput

This is the interface for an object that returns one or more elements of a command passed to a tool being executed


Method Summary
 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)
           
 

Method Detail

getArgument

String getArgument(ILaunchConfiguration configuration)
Returns the argument(s) contained by this object, building them from information in the configuration if necessary

Parameters:
configuration -
Returns:

getEnvVars

Map<String,String> getEnvVars(ILaunchConfiguration configuration)
Parameters:
configuration -
Returns:
The map of environment variables defined for this tool's launch

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.