org.eclipse.cdt.managedbuilder.macros
Interface IFileContextData

All Known Implementing Classes:
FileContextData

public interface IFileContextData

This interface is used to represent file context data

Since:
3.0

Method Summary
 org.eclipse.core.runtime.IPath getInputFileLocation()
          Returns the input file location
 IOptionContextData getOptionContextData()
          Returns the option context data
 org.eclipse.core.runtime.IPath getOutputFileLocation()
          Returns the output file location
 

Method Detail

getInputFileLocation

org.eclipse.core.runtime.IPath getInputFileLocation()
Returns the input file location

Returns:
IPath

getOutputFileLocation

org.eclipse.core.runtime.IPath getOutputFileLocation()
Returns the output file location

Returns:
IPath

getOptionContextData

IOptionContextData getOptionContextData()
Returns the option context data

Returns:
IOptionContextData