Uses of Class
com.github.maven_nar.cpptasks.CCTask

Packages that use CCTask
com.github.maven_nar   
com.github.maven_nar.cpptasks   
com.github.maven_nar.cpptasks.apple   
com.github.maven_nar.cpptasks.borland   
com.github.maven_nar.cpptasks.compaq   
com.github.maven_nar.cpptasks.compiler   
com.github.maven_nar.cpptasks.devstudio   
com.github.maven_nar.cpptasks.gcc   
com.github.maven_nar.cpptasks.gcc.cross   
com.github.maven_nar.cpptasks.gcc.cross.sparc_sun_solaris2   
com.github.maven_nar.cpptasks.ide   
com.github.maven_nar.cpptasks.mozilla   
com.github.maven_nar.cpptasks.openwatcom   
com.github.maven_nar.cpptasks.os390   
com.github.maven_nar.cpptasks.os400   
com.github.maven_nar.cpptasks.sun   
com.github.maven_nar.cpptasks.trolltech   
 

Uses of CCTask in com.github.maven_nar
 

Methods in com.github.maven_nar with parameters of type CCTask
 void Java.addIncludePaths(CCTask task, String outType)
           
 void Java.addRuntime(CCTask task, File javaHome, String os, String prefix)
           
 

Uses of CCTask in com.github.maven_nar.cpptasks
 

Methods in com.github.maven_nar.cpptasks with parameters of type CCTask
 void DependencyTable.commit(CCTask task)
           
 ProcessorConfiguration ProcessorDef.createConfiguration(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform, VersionInfo versionInfo)
          Creates a configuration
 boolean DependencyTable.needsRebuild(CCTask task, TargetInfo target, int dependencyDepth)
          Determines if the specified target needs to be rebuilt.
 DependencyInfo DependencyTable.parseIncludes(CCTask task, CompilerConfiguration compiler, File source)
           
static int CUtil.runCommand(CCTask task, File workingDir, String[] cmdline, boolean newEnvironment, org.apache.tools.ant.types.Environment env)
          This method is exposed so test classes can overload and test the arguments without actually spawning the compiler
 void DependencyTable.walkDependencies(CCTask task, DependencyInfo dependInfo, CompilerConfiguration compiler, DependencyInfo[] stack, DependencyTable.DependencyVisitor visitor)
           
 

Constructors in com.github.maven_nar.cpptasks with parameters of type CCTask
TargetHistoryTable(CCTask task, File outputDir)
          Creates a target history table from history.xml in the output directory, if it exists.
TargetMatcher(CCTask task, File outputDir, ProcessorConfiguration[] processors, LinkerConfiguration linker, Vector objectFiles, Map targets, VersionInfo versionInfo)
           
 

Uses of CCTask in com.github.maven_nar.cpptasks.apple
 

Methods in com.github.maven_nar.cpptasks.apple with parameters of type CCTask
 void XcodeProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Map targets, TargetInfo linkTarget)
          Writes a project definition file.
 

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

Methods in com.github.maven_nar.cpptasks.borland with parameters of type CCTask
 void BorlandResourceCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)
           
 void BorlandLibrarian.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
          Builds a library
protected  String[] BorlandLibrarian.prepareArguments(CCTask task, String outputDir, String outputName, String[] sourceFiles, CommandLineLinkerConfiguration config)
          Prepares argument list for exec command.
protected  String[] BorlandLinker.prepareArguments(CCTask task, String outputDir, String outputName, String[] sourceFiles, CommandLineLinkerConfiguration config)
          Prepares argument list for exec command.
 void CBuilderXProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Map targets, TargetInfo linkTarget)
          Writes a project definition file.
 

Uses of CCTask in com.github.maven_nar.cpptasks.compaq
 

Methods in com.github.maven_nar.cpptasks.compaq with parameters of type CCTask
protected  void CompaqVisualFortranLibrarian.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
 

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

Methods in com.github.maven_nar.cpptasks.compiler with parameters of type CCTask
protected  void CommandLineLinker.addBase(CCTask task, long base, Vector args)
           
protected  void CommandLineLinker.addEntry(CCTask task, String entry, Vector args)
           
protected  void CommandLineLinker.addFixed(CCTask task, Boolean fixed, Vector args)
           
protected  void CommandLineLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
protected  void CommandLineLinker.addIncremental(CCTask task, boolean incremental, Vector args)
           
protected  String[] CommandLineLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs)
           
protected  void CommandLineLinker.addMap(CCTask task, boolean map, Vector args)
           
protected  void CommandLineLinker.addStack(CCTask task, int stack, Vector args)
           
 void CompilerConfiguration.compile(CCTask task, File outputDir, String[] sourceFiles, boolean relentless, ProgressMonitor monitor)
           
 void CommandLineCompilerConfiguration.compile(CCTask task, File outputDir, String[] sourceFiles, boolean relentless, ProgressMonitor monitor)
           
 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 AbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
           
protected  CompilerConfiguration CommandLineCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo)
           
protected  LinkerConfiguration CommandLineLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, LinkerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo)
           
protected abstract  LinkerConfiguration AbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, LinkerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
           
 ProcessorConfiguration AbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
           
 ProcessorConfiguration Processor.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] defaultProviders, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
          Returns the compiler configuration for or element.
 ProcessorConfiguration AbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
           
protected  String[] CommandLineLinker.getOutputFileSwitch(CCTask task, String outputFile)
           
 void CommandLineLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
          Performs a link using a command line linker
 void CommandLineLinkerConfiguration.link(CCTask task, TargetInfo linkTarget)
           
 void LinkerConfiguration.link(CCTask task, TargetInfo linkTarget)
           
 DependencyInfo CompilerConfiguration.parseIncludes(CCTask task, File baseDir, File source)
           
 DependencyInfo CommandLineCompilerConfiguration.parseIncludes(CCTask task, File baseDir, File source)
           
 DependencyInfo AbstractCompiler.parseIncludes(CCTask task, File source, File[] includePath, File[] sysIncludePath, File[] envIncludePath, File baseDir, String includePathIdentifier)
          Returns dependency info for the specified source file
protected  String[] CommandLineLinker.prepareArguments(CCTask task, String outputDir, String outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
          Prepares argument list for exec command.
protected  int CommandLineLinker.runCommand(CCTask task, File workingDir, String[] cmdline)
          This method is exposed so test classes can overload and test the arguments without actually spawning the compiler
protected  int CommandLineCompiler.runCommand(CCTask task, File workingDir, String[] cmdline)
          This method is exposed so test classes can overload and test the arguments without actually spawning the compiler
 

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

Methods in com.github.maven_nar.cpptasks.devstudio with parameters of type CCTask
protected  void DevStudioCompatibleLinker.addBase(CCTask task, long base, Vector args)
           
protected  void DevStudioCompatibleLinker.addEntry(CCTask task, String entry, Vector args)
           
protected  void DevStudioCompatibleLinker.addFixed(CCTask task, Boolean fixed, Vector args)
           
protected  void DevStudioCompatibleLibrarian.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
protected  void DevStudioCompatibleLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
protected  void DevStudioCompatibleLinker.addIncremental(CCTask task, boolean incremental, Vector args)
           
protected  void DevStudioCompatibleLinker.addMap(CCTask task, boolean map, Vector args)
           
protected  void DevStudioCompatibleLinker.addStack(CCTask task, int stack, Vector args)
           
 void VisualStudioNETProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Map targets, TargetInfo linkTarget)
          Writes a project definition file.
 void DevStudioProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List files, Map targets, TargetInfo linkTarget)
          Writes a project definition file.
 

Uses of CCTask in com.github.maven_nar.cpptasks.gcc
 

Methods in com.github.maven_nar.cpptasks.gcc with parameters of type CCTask
protected  void AbstractLdLinker.addBase(CCTask task, long base, Vector args)
           
protected  void AbstractLdLinker.addEntry(CCTask task, String entry, Vector args)
           
protected  void AbstractLdLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
protected  void GppLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
protected  void GccLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
protected  void AbstractLdLinker.addIncremental(CCTask task, boolean incremental, Vector args)
           
protected  String[] AbstractLdLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs)
           
protected  String[] GppLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs)
           
protected  void AbstractLdLinker.addMap(CCTask task, boolean map, Vector args)
           
protected  void AbstractLdLinker.addStack(CCTask task, int stack, Vector args)
           
 void AbstractArLibrarian.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
           
 String[] AbstractLdLinker.prepareArguments(CCTask task, String outputDir, String outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
          Prepares argument list for exec command.
 

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

Methods in com.github.maven_nar.cpptasks.gcc.cross with parameters of type CCTask
protected  void GppLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
protected  void GccLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
 String[] GppLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs)
           
 void GccCCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor)
           
 void GccLibrarian.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
           
 void GppLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
           
 void GccLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
           
 void LdLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
           
 

Uses of CCTask in com.github.maven_nar.cpptasks.gcc.cross.sparc_sun_solaris2
 

Methods in com.github.maven_nar.cpptasks.gcc.cross.sparc_sun_solaris2 with parameters of type CCTask
protected  void GppLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
protected  void GccLinker.addImpliedArgs(CCTask task, boolean debug, LinkType linkType, Vector args)
           
 String[] GppLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs)
           
 

Uses of CCTask in com.github.maven_nar.cpptasks.ide
 

Methods in com.github.maven_nar.cpptasks.ide with parameters of type CCTask
 void ProjectDef.execute(CCTask task, List sources, Map targets, TargetInfo linkTarget)
          Executes the task.
 void ProjectWriter.writeProject(File baseName, CCTask task, ProjectDef projectDef, List files, Map targets, TargetInfo linkTarget)
          Write project definition file.
 

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

Methods in com.github.maven_nar.cpptasks.mozilla with parameters of type CCTask
 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 CCTask in com.github.maven_nar.cpptasks.openwatcom
 

Methods in com.github.maven_nar.cpptasks.openwatcom with parameters of type CCTask
 void OpenWatcomLibrarian.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
          Builds a library.
protected  String[] OpenWatcomLibrarian.prepareArguments(CCTask task, String outputDir, String outputName, String[] sourceFiles, CommandLineLinkerConfiguration config)
          Prepares argument list for exec command.
 

Uses of CCTask in com.github.maven_nar.cpptasks.os390
 

Methods in com.github.maven_nar.cpptasks.os390 with parameters of type CCTask
protected  String[] OS390Linker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs)
           
protected  String[] OS390Linker.getOutputFileSwitch(CCTask task, String outputFile)
           
 void OS390Linker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
           
protected  int OS390Linker.runCommand(CCTask task, File workingDir, String[] cmdline)
           
 

Uses of CCTask in com.github.maven_nar.cpptasks.os400
 

Methods in com.github.maven_nar.cpptasks.os400 with parameters of type CCTask
protected  String[] IccLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs)
           
protected  String[] IccLinker.getOutputFileSwitch(CCTask task, String outputFile)
           
 void IccLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config)
           
protected  int IccLinker.runCommand(CCTask task, File workingDir, String[] cmdline)
           
 

Uses of CCTask in com.github.maven_nar.cpptasks.sun
 

Methods in com.github.maven_nar.cpptasks.sun with parameters of type CCTask
 String[] C89Linker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs)
           
 

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

Methods in com.github.maven_nar.cpptasks.trolltech with parameters of type CCTask
 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 © 2002-2013 The Apache Software Foundation. All Rights Reserved.