Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineCompilerConfiguration

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

Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.borland
 

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

Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.compiler
 

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

Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineCompilerConfiguration
CommandLineCompilerConfiguration(CommandLineCompilerConfiguration base, java.lang.String[] additionalArgs, java.lang.String[] exceptFiles, boolean isPrecompileHeaderGeneration)
           
 

Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.devstudio
 

Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type CommandLineCompilerConfiguration
protected  CompilerConfiguration DevStudioCompatibleCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude)
           
protected  CompilerConfiguration DevStudioCompatibleCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude, java.lang.String[] exceptFiles)
           
 

Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.gcc.cross
 

Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type CommandLineCompilerConfiguration
 void GccCCompiler.compile(CCTask task, java.io.File outputDir, java.lang.String[] sourceFiles, java.lang.String[] args, java.lang.String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)
           
 

Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.mozilla
 

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

Uses of CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.trolltech
 

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



Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.