org.eclipse.cdt.managedbuilder.internal.core
Class ManagedCommandLineInfo

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.internal.core.ManagedCommandLineInfo
All Implemented Interfaces:
IManagedCommandLineInfo

public class ManagedCommandLineInfo
extends java.lang.Object
implements IManagedCommandLineInfo


Constructor Summary
ManagedCommandLineInfo(java.lang.String commandLine, java.lang.String commandLinePattern, java.lang.String commandName, java.lang.String flags, java.lang.String outputFlag, java.lang.String outputPrefix, java.lang.String outputName, java.lang.String inputResources)
           
 
Method Summary
 java.lang.String getCommandLine()
          provide fully qualified command line string for tool invokation
 java.lang.String getCommandLinePattern()
          give command line pattern
 java.lang.String getCommandName()
          provide tool name
 java.lang.String getFlags()
          give command flags
 java.lang.String getInputs()
          provide list of resources used by tool for transformation
 java.lang.String getOutput()
          return output file name
 java.lang.String getOutputFlag()
          give command flag to generate output
 java.lang.String getOutputPrefix()
          return output prefix
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedCommandLineInfo

public ManagedCommandLineInfo(java.lang.String commandLine,
                              java.lang.String commandLinePattern,
                              java.lang.String commandName,
                              java.lang.String flags,
                              java.lang.String outputFlag,
                              java.lang.String outputPrefix,
                              java.lang.String outputName,
                              java.lang.String inputResources)
Method Detail

getCommandLine

public java.lang.String getCommandLine()
Description copied from interface: IManagedCommandLineInfo
provide fully qualified command line string for tool invokation

Specified by:
getCommandLine in interface IManagedCommandLineInfo
Returns:
command line

getCommandLinePattern

public java.lang.String getCommandLinePattern()
Description copied from interface: IManagedCommandLineInfo
give command line pattern

Specified by:
getCommandLinePattern in interface IManagedCommandLineInfo
Returns:

getCommandName

public java.lang.String getCommandName()
Description copied from interface: IManagedCommandLineInfo
provide tool name

Specified by:
getCommandName in interface IManagedCommandLineInfo
Returns:

getFlags

public java.lang.String getFlags()
Description copied from interface: IManagedCommandLineInfo
give command flags

Specified by:
getFlags in interface IManagedCommandLineInfo
Returns:

getOutputFlag

public java.lang.String getOutputFlag()
Description copied from interface: IManagedCommandLineInfo
give command flag to generate output

Specified by:
getOutputFlag in interface IManagedCommandLineInfo
Returns:

getOutputPrefix

public java.lang.String getOutputPrefix()
Description copied from interface: IManagedCommandLineInfo
return output prefix

Specified by:
getOutputPrefix in interface IManagedCommandLineInfo
Returns:

getOutput

public java.lang.String getOutput()
Description copied from interface: IManagedCommandLineInfo
return output file name

Specified by:
getOutput in interface IManagedCommandLineInfo
Returns:

getInputs

public java.lang.String getInputs()
Description copied from interface: IManagedCommandLineInfo
provide list of resources used by tool for transformation

Specified by:
getInputs in interface IManagedCommandLineInfo
Returns: