|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessorConfiguration
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[] |
getOutputFileNames(java.lang.String inputFile,
VersionInfo versionInfo)
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 |
---|
int bid(java.lang.String filename)
java.lang.String getIdentifier()
java.lang.String[] getOutputFileNames(java.lang.String inputFile, VersionInfo versionInfo)
inputFile
- input file
ProcessorParam[] getParams()
boolean getRebuild()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |