public final class MsvcMIDLCompiler extends CommandLineCompiler
objDir, workDirDEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| Modifier and Type | Method and Description |
|---|---|
protected void |
addImpliedArgs(Vector<String> args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
Boolean rtti,
OptimizationEnum optimization) |
protected void |
addWarningSwitch(Vector<String> args,
int level) |
Processor |
changeEnvironment(boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
protected CompilerConfiguration |
createConfiguration(CCTask task,
LinkType linkType,
ProcessorDef[] baseDefs,
CompilerDef specificDef,
TargetDef targetPlatform,
VersionInfo versionInfo) |
protected Parser |
createParser(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(StringBuffer buffer,
String define,
String value) |
protected File[] |
getEnvironmentIncludePath() |
protected String |
getIncludeDirSwitch(String includeDir) |
protected String |
getInputFileArgument(File outputDir,
String filename,
int index) |
static MsvcMIDLCompiler |
getInstance() |
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors
|
int |
getMaximumCommandLength() |
protected int |
getMaximumInputFilesPerCommand() |
String[] |
getOutputFileNames(String inputFile,
VersionInfo versionInfo)
Output file name (no path components) corresponding to source file
|
protected void |
getUndefineSwitch(StringBuffer buffer,
String define) |
addIncludes, buildDefineArguments, compile, getCommand, getCommandWithPath, getIdentifier, getIncludeDirSwitch, getLibtool, getLibtoolCompiler, getTotalArgumentLengthForInputFile, runCommand, setCommandcanParse, createConfiguration, getBaseOutputName, getOutputSuffix, parseIncludes, resolveInclude, setObjDir, setWorkDirbid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, isWindows, toStringpublic static MsvcMIDLCompiler getInstance()
protected void addImpliedArgs(Vector<String> args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
addImpliedArgs in class CommandLineCompilerprotected void addWarningSwitch(Vector<String> 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 CompilerConfiguration createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo)
createConfiguration in class CommandLineCompilerprotected Parser createParser(File source)
createParser in class AbstractCompilerprotected int getArgumentCountPerInputFile()
getArgumentCountPerInputFile in class CommandLineCompilerprotected void getDefineSwitch(StringBuffer buffer, String define, String value)
getDefineSwitch in class CommandLineCompilerprotected File[] getEnvironmentIncludePath()
getEnvironmentIncludePath in class CommandLineCompilerprotected String getIncludeDirSwitch(String includeDir)
getIncludeDirSwitch in class CommandLineCompilerpublic String[] getOutputFileNames(String inputFile, VersionInfo versionInfo)
ProcessorgetOutputFileNames in interface ProcessorgetOutputFileNames in class CommandLineCompilerinputFile - input fileprotected String getInputFileArgument(File outputDir, 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 void getUndefineSwitch(StringBuffer buffer, String define)
getUndefineSwitch in class CommandLineCompilerCopyright © 2005-2016 NAR Maven Plugin developers. All Rights Reserved.