程序包 | 说明 |
---|---|
com.github.maven_nar.cpptasks | |
com.github.maven_nar.cpptasks.compiler |
限定符和类型 | 类和说明 |
---|---|
class |
CompilerParam
Place class description here.
|
class |
LinkerParam
Place class description here.
|
限定符和类型 | 方法和说明 |
---|---|
ProcessorParam[] |
ProcessorDef.getActiveProcessorParams()
Prepares list of processor arguments ( compilerarg, linkerarg) that
are active for the current project settings.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
ProcessorDef.addConfiguredProcessorParam(ProcessorParam param)
Adds a
|
限定符和类型 | 方法和说明 |
---|---|
ProcessorParam[] |
ProcessorConfiguration.getParams() |
ProcessorParam[] |
CommandLineLinkerConfiguration.getParams() |
ProcessorParam[] |
CommandLineCompilerConfiguration.getParams() |
构造器和说明 |
---|
CommandLineCompilerConfiguration(CommandLineCompiler compiler,
String identifier,
File[] includePath,
File[] sysIncludePath,
File[] envIncludePath,
String includePathIdentifier,
String[] args,
ProcessorParam[] params,
boolean rebuild,
String[] endArgs) |
CommandLineCompilerConfiguration(CommandLineCompiler compiler,
String identifier,
File[] includePath,
File[] sysIncludePath,
File[] envIncludePath,
String includePathIdentifier,
String[] args,
ProcessorParam[] params,
boolean rebuild,
String[] endArgs,
String commandPath) |
CommandLineCompilerConfiguration(CommandLineCompiler compiler,
String identifier,
File[] includePath,
File[] sysIncludePath,
File[] envIncludePath,
String includePathIdentifier,
String[] args,
ProcessorParam[] params,
boolean rebuild,
String[] endArgs,
String commandPath,
boolean useCcache) |
CommandLineLinkerConfiguration(CommandLineLinker linker,
String identifier,
String[][] args,
ProcessorParam[] params,
boolean rebuild,
boolean map,
boolean debug,
String[] libraryNames,
String startupObject) |
CommandLineLinkerConfiguration(CommandLineLinker linker,
String identifier,
String[][] args,
ProcessorParam[] params,
boolean rebuild,
boolean map,
boolean debug,
String[] libraryNames,
String startupObject,
String commandPath) |
Copyright © 2005-2017 NAR Maven Plugin developers. All Rights Reserved.