|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A configuration for a C++ compiler, linker or other processor
Method Summary | |
int |
bid(java.lang.String filename)
An indication of how much this compiler would like to process this file |
java.lang.String |
getIdentifier()
Returns a string representation of this configuration. |
java.lang.String |
getOutputFileName(java.lang.String inputFile)
Output file name (no path components) corresponding to source file |
ProcessorParam[] |
getParams()
|
boolean |
getRebuild()
If true, all files using this configuration should be rebuilt and any existing output files should be ignored |
Method Detail |
public int bid(java.lang.String filename)
public java.lang.String getIdentifier()
public java.lang.String getOutputFileName(java.lang.String inputFile)
inputFile
- input file
public ProcessorParam[] getParams()
public boolean getRebuild()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |