org.eclipse.cdt.managedbuilder.buildmodel
Interface IBuildIOType

All Known Implementing Classes:
BuildIOType

public interface IBuildIOType

This interface is used to combine a set of build resources that are inputs or outputs for the given action into one group


Method Summary
 IBuildResource[] getResources()
          Specifies a set of resources associated with this argument
 IBuildStep getStep()
          Specifies the build step this argument belongs to
 boolean isInput()
          Specifies whether this argument is Step input or output
 

Method Detail

isInput

boolean isInput()
Specifies whether this argument is Step input or output

Returns:
boolean

getResources

IBuildResource[] getResources()
Specifies a set of resources associated with this argument

Returns:
IBuildResource[]

getStep

IBuildStep getStep()
Specifies the build step this argument belongs to

Returns:
IBuildStep