public final class DevStudioResourceCompiler extends CommandLineCompiler
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| Modifier and Type | Method | Description |
|---|---|---|
protected void |
addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization) |
|
protected void |
addWarningSwitch(java.util.Vector args,
int level) |
|
Processor |
changeEnvironment(boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
|
protected Parser |
createParser(java.io.File source) |
The include parser for C will work just fine, but we didn't want to
inherit from CommandLineCCompiler
|
protected int |
getArgumentCountPerInputFile() |
|
protected void |
getDefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define,
java.lang.String value) |
|
protected java.io.File[] |
getEnvironmentIncludePath() |
|
java.lang.String |
getIdentifier() |
Retrieve an identifier that identifies the specific version of the
compiler.
|
protected java.lang.String |
getIncludeDirSwitch(java.lang.String includeDir) |
|
protected java.lang.String |
getInputFileArgument(java.io.File outputDir,
java.lang.String filename,
int index) |
|
static DevStudioResourceCompiler |
getInstance() |
|
Linker |
getLinker(LinkType type) |
Gets the linker that is associated with this processors
|
int |
getMaximumCommandLength() |
|
protected int |
getMaximumInputFilesPerCommand() |
|
protected int |
getTotalArgumentLengthForInputFile(java.io.File outputDir,
java.lang.String inputFile) |
|
protected void |
getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define) |
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveIncludebid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toStringaddIncludes, buildDefineArguments, compile, createConfiguration, getCommand, getLibtool, getLibtoolCompiler, runCommand, setCommandpublic static DevStudioResourceCompiler getInstance()
protected void addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization)
addImpliedArgs in class CommandLineCompilerprotected void addWarningSwitch(java.util.Vector args,
int level)
addWarningSwitch in class CommandLineCompilerpublic Processor changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)
changeEnvironment in interface ProcessorchangeEnvironment in class AbstractProcessorprotected Parser createParser(java.io.File source)
createParser in class AbstractCompilerprotected int getArgumentCountPerInputFile()
getArgumentCountPerInputFile in class CommandLineCompilerprotected void getDefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define,
java.lang.String value)
getDefineSwitch in class CommandLineCompilerprotected java.io.File[] getEnvironmentIncludePath()
getEnvironmentIncludePath in class CommandLineCompilerprotected java.lang.String getIncludeDirSwitch(java.lang.String includeDir)
getIncludeDirSwitch in class CommandLineCompilerprotected java.lang.String getInputFileArgument(java.io.File outputDir,
java.lang.String filename,
int index)
getInputFileArgument in class CommandLineCompilerpublic Linker getLinker(LinkType type)
Processorpublic int getMaximumCommandLength()
getMaximumCommandLength in class CommandLineCompilerprotected int getMaximumInputFilesPerCommand()
getMaximumInputFilesPerCommand in class CommandLineCompilerprotected int getTotalArgumentLengthForInputFile(java.io.File outputDir,
java.lang.String inputFile)
getTotalArgumentLengthForInputFile in class CommandLineCompilerprotected void getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define)
getUndefineSwitch in class CommandLineCompilerpublic java.lang.String getIdentifier()
ProcessorgetIdentifier in interface ProcessorgetIdentifier in class CommandLineCompilerCopyright ? 2001-2018 Ant-Contrib project. All Rights Reserved.