public final class MsvcMessageCompiler extends CommandLineCompiler
objDir, workDir
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
限定符和类型 | 方法和说明 |
---|---|
protected void |
addImpliedArgs(Vector<String> args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
Boolean rtti,
OptimizationEnum optimization) |
protected void |
addIncludes(String baseDirPath,
File[] includeDirs,
Vector<String> args,
Vector<String> relativeArgs,
StringBuffer includePathId,
boolean isSystem)
Adds command-line arguments for include directories.
|
protected void |
addWarningSwitch(Vector<String> args,
int level) |
protected boolean |
canParse(File sourceFile)
Checks file name to see if parse should be attempted
Default implementation returns false for files with extensions '.dll',
'tlb', '.res'
|
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) |
protected int |
getArgumentCountPerInputFile() |
protected void |
getDefineSwitch(StringBuffer buffer,
String define,
String value) |
protected File[] |
getEnvironmentIncludePath() |
String |
getIdentifier()
Retrieve an identifier that identifies the specific version of the
compiler.
|
protected String |
getIncludeDirSwitch(String includeDir) |
protected String |
getInputFileArgument(File outputDir,
String filename,
int index) |
static MsvcMessageCompiler |
getInstance() |
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors
|
int |
getMaximumCommandLength() |
protected int |
getMaximumInputFilesPerCommand() |
protected void |
getUndefineSwitch(StringBuffer buffer,
String define) |
buildDefineArguments, compile, getCommand, getCommandWithPath, getIncludeDirSwitch, getLibtool, getLibtoolCompiler, getOutputFileNames, getTotalArgumentLengthForInputFile, runCommand, setCommand
createConfiguration, getBaseOutputName, getOutputSuffix, parseIncludes, resolveInclude, setObjDir, setWorkDir
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, isWindows, toString
public static MsvcMessageCompiler getInstance()
protected void addImpliedArgs(Vector<String> args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
addImpliedArgs
在类中 CommandLineCompiler
protected void addIncludes(String baseDirPath, File[] includeDirs, Vector<String> args, Vector<String> relativeArgs, StringBuffer includePathId, boolean isSystem)
CommandLineCompiler
addIncludes
在类中 CommandLineCompiler
baseDirPath
- Base directory path.includeDirs
- Array of include directory pathsargs
- Vector of command line arguments used to execute the taskrelativeArgs
- Vector of command line arguments used to build the
configuration identifierprotected void addWarningSwitch(Vector<String> args, int level)
addWarningSwitch
在类中 CommandLineCompiler
protected boolean canParse(File sourceFile)
AbstractCompiler
canParse
在类中 AbstractCompiler
public Processor changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)
changeEnvironment
在接口中 Processor
changeEnvironment
在类中 AbstractProcessor
protected Parser createParser(File source)
createParser
在类中 AbstractCompiler
protected CompilerConfiguration createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo)
protected int getArgumentCountPerInputFile()
protected void getDefineSwitch(StringBuffer buffer, String define, String value)
getDefineSwitch
在类中 CommandLineCompiler
protected File[] getEnvironmentIncludePath()
public String getIdentifier()
Processor
getIdentifier
在接口中 Processor
getIdentifier
在类中 CommandLineCompiler
protected String getIncludeDirSwitch(String includeDir)
getIncludeDirSwitch
在类中 CommandLineCompiler
protected String getInputFileArgument(File outputDir, String filename, int index)
public Linker getLinker(LinkType type)
Processor
public int getMaximumCommandLength()
protected int getMaximumInputFilesPerCommand()
protected void getUndefineSwitch(StringBuffer buffer, String define)
getUndefineSwitch
在类中 CommandLineCompiler
Copyright © 2005-2017 NAR Maven Plugin developers. All Rights Reserved.