net.sf.antcontrib.cpptasks.compiler
public interface Processor
Method Summary | |
---|---|
int | bid(String inputFile)
Returns a bid indicating the desire of this compiler to process the
file.
|
Processor | changeEnvironment(boolean newEnvironment, Environment env) |
ProcessorConfiguration | createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] defaultProviders, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
Returns the compiler configuration for |
String | getIdentifier()
Retrieve an identifier that identifies the specific version of the
compiler. |
Linker | getLinker(LinkType type)
Gets the linker that is associated with this processors |
String[] | getOutputFileNames(String inputFile, VersionInfo versionInfo)
Output file name (no path components) corresponding to source file
|
Parameters: inputFile input file
Returns: 0 = no interest, 100 = high interest
Parameters: defaultProviders
When specificConfig corresponds to a
Returns: resulting configuration
Parameters: inputFile input file
Returns: output file name or null if no output file or name not determined by input file