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
 java.lang.String getArgument(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(ILaunchConfiguration configuration)
           
 

Method Detail

getArgument

java.lang.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

java.util.Map<java.lang.String,java.lang.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.