Uses of Class
com.github.maven_nar.cpptasks.compiler.CommandLineCompilerConfiguration

Packages that use CommandLineCompilerConfiguration
com.github.maven_nar.cpptasks.borland Adapter for Borland tools. 
com.github.maven_nar.cpptasks.compiler   
com.github.maven_nar.cpptasks.devstudio Adapters for Microsoft tools. 
com.github.maven_nar.cpptasks.gcc.cross   
com.github.maven_nar.cpptasks.mozilla Compiler adapter for Mozilla's XPCOM compiler. 
com.github.maven_nar.cpptasks.trolltech Adapters for Trolltech Qt moc and uic compilers. 
 

Uses of CommandLineCompilerConfiguration in com.github.maven_nar.cpptasks.borland
 

Methods in com.github.maven_nar.cpptasks.borland with parameters of type CommandLineCompilerConfiguration
 void BorlandResourceCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)
           
protected  CompilerConfiguration BorlandCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude)
           
protected  CompilerConfiguration BorlandCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude, String[] exceptFiles)
           
 

Uses of CommandLineCompilerConfiguration in com.github.maven_nar.cpptasks.compiler
 

Methods in com.github.maven_nar.cpptasks.compiler with parameters of type CommandLineCompilerConfiguration
 void CommandLineCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)
          Compiles a source file.
protected abstract  CompilerConfiguration PrecompilingCommandLineCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude)
           
protected abstract  CompilerConfiguration PrecompilingCommandLineCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude, String[] exceptFiles)
           
 String CommandLineCompiler.getCommandWithPath(CommandLineCompilerConfiguration config)
           
 

Constructors in com.github.maven_nar.cpptasks.compiler with parameters of type CommandLineCompilerConfiguration
CommandLineCompilerConfiguration(CommandLineCompilerConfiguration base, String[] additionalArgs, String[] exceptFiles, boolean isPrecompileHeaderGeneration)
           
 

Uses of CommandLineCompilerConfiguration in com.github.maven_nar.cpptasks.devstudio
 

Methods in com.github.maven_nar.cpptasks.devstudio with parameters of type CommandLineCompilerConfiguration
protected  CompilerConfiguration DevStudioCompatibleCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude)
           
protected  CompilerConfiguration DevStudioCompatibleCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude, String[] exceptFiles)
           
 

Uses of CommandLineCompilerConfiguration in com.github.maven_nar.cpptasks.gcc.cross
 

Methods in com.github.maven_nar.cpptasks.gcc.cross with parameters of type CommandLineCompilerConfiguration
 void GccCCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)
           
 

Uses of CommandLineCompilerConfiguration in com.github.maven_nar.cpptasks.mozilla
 

Methods in com.github.maven_nar.cpptasks.mozilla with parameters of type CommandLineCompilerConfiguration
 void XpidlCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)
          Compiles an .idl file into the corresponding .h and .xpt files.
 

Uses of CommandLineCompilerConfiguration in com.github.maven_nar.cpptasks.trolltech
 

Methods in com.github.maven_nar.cpptasks.trolltech with parameters of type CommandLineCompilerConfiguration
 void UserInterfaceCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)
          Compiles an .ui file into the corresponding .h, .cpp and moc_*.cpp files.
 



Copyright © 2001-2013. All Rights Reserved.