|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IManagedBuildGnuToolInfo
This interface returns information about a Tool's inputs and outputs while a Gnu makefile is being generated.
Field Summary | |
---|---|
static java.lang.String |
DOT
|
Method Summary | |
---|---|
boolean |
areDependenciesCalculated()
Returns true if the tool's dependencies have been calculated,
else false . |
boolean |
areInputsCalculated()
Returns true if the tool's inputs have been calculated,
else false . |
boolean |
areOutputsCalculated()
Returns true if the tool's outputs have been calculated,
else false . |
java.util.Vector |
getAdditionalTargets()
Returns the tool's additional targets as determined by the dependency calculator. |
java.util.Vector |
getCommandDependencies()
Returns the tool's dependencies in command line format. |
java.util.Vector |
getCommandInputs()
Returns the tool's inputs in command line format. |
java.util.Vector |
getCommandOutputs()
Returns the tool's outputs in command line format. |
java.util.Vector |
getEnumeratedInputs()
Returns the raw list of tool's input file names. |
java.util.Vector |
getEnumeratedPrimaryOutputs()
Returns the raw list of tool's primary output file names. |
java.util.Vector |
getEnumeratedSecondaryOutputs()
Returns the raw list of tool's secondary output file names. |
java.util.Vector |
getOutputVariables()
Returns the raw list of tool's output variable names. |
boolean |
isTargetTool()
Returns true if this is the target tool
else false . |
Field Detail |
---|
static final java.lang.String DOT
Method Detail |
---|
boolean areInputsCalculated()
true
if the tool's inputs have been calculated,
else false
.
java.util.Vector getCommandInputs()
java.util.Vector getEnumeratedInputs()
boolean areOutputsCalculated()
true
if the tool's outputs have been calculated,
else false
.
java.util.Vector getCommandOutputs()
java.util.Vector getEnumeratedPrimaryOutputs()
java.util.Vector getEnumeratedSecondaryOutputs()
java.util.Vector getOutputVariables()
boolean areDependenciesCalculated()
true
if the tool's dependencies have been calculated,
else false
.
java.util.Vector getCommandDependencies()
java.util.Vector getAdditionalTargets()
boolean isTargetTool()
true
if this is the target tool
else false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |