public interface ProcessorConfiguration
Modifier and Type | Method and Description |
---|---|
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
|
int bid(java.lang.String filename)
java.lang.String getIdentifier()
java.lang.String[] getOutputFileNames(java.lang.String inputFile, VersionInfo versionInfo)
inputFile
- input fileProcessorParam[] getParams()
boolean getRebuild()
Copyright ? 2001-2015 Ant-Contrib project. All Rights Reserved.