From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../sf/antcontrib/cpptasks/class-use/CCTask.html | 1210 ++++++++++++++++++++ 1 file changed, 1210 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html new file mode 100644 index 0000000..6671fd8 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html @@ -0,0 +1,1210 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CCTask (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CCTask

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use CCTask
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.gcc.cross  
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2  
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
net.sf.antcontrib.cpptasks.mozillaCompiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
net.sf.antcontrib.cpptasks.sun  
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type CCTask
+ voidDependencyTable.commit(CCTask task) + +
+           
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+ booleanDependencyTable.needsRebuild(CCTask task, + TargetInfo target, + int dependencyDepth) + +
+          Determines if the specified target needs to be rebuilt.
+ DependencyInfoDependencyTable.parseIncludes(CCTask task, + CompilerConfiguration compiler, + java.io.File source) + +
+           
+static intCUtil.runCommand(CCTask task, + java.io.File workingDir, + java.lang.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
+ voidDependencyTable.walkDependencies(CCTask task, + DependencyInfo dependInfo, + CompilerConfiguration compiler, + DependencyInfo[] stack, + DependencyTable.DependencyVisitor visitor) + +
+           
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type CCTask
TargetHistoryTable(CCTask task, + java.io.File outputDir) + +
+          Creates a target history table from history.xml in the output directory, + if it exists.
TargetMatcher(CCTask task, + java.io.File outputDir, + ProcessorConfiguration[] processors, + LinkerConfiguration linker, + java.util.Vector objectFiles, + java.util.Hashtable targets, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.apple
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type CCTask
+ voidXcodeProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type CCTask
+ voidBorlandResourceCompiler.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) + +
+           
+ voidBorlandLibrarian.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Builds a library
+protected  java.lang.String[]BorlandLinker.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputName, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+protected  java.lang.String[]BorlandLibrarian.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputName, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+ voidCBuilderXProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CCTask
+protected  java.lang.String[]CommandLineLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+ voidCompilerConfiguration.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + boolean relentless, + ProgressMonitor monitor) + +
+           
+ voidCommandLineCompilerConfiguration.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + boolean relentless, + ProgressMonitor monitor) + +
+           
+ voidCommandLineCompiler.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  CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + CompilerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + CompilerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected  LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + LinkerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + LinkerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationProcessor.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] defaultProviders, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Returns the compiler configuration for or element.
+ ProcessorConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected  java.lang.String[]CommandLineLinker.getOutputFileSwitch(CCTask task, + java.lang.String outputFile) + +
+           
+ voidCommandLineLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Performs a link using a command line linker
+ voidLinkerConfiguration.link(CCTask task, + TargetInfo linkTarget) + +
+           
+ voidCommandLineLinkerConfiguration.link(CCTask task, + TargetInfo linkTarget) + +
+           
+ DependencyInfoCompilerConfiguration.parseIncludes(CCTask task, + java.io.File baseDir, + java.io.File source) + +
+           
+ DependencyInfoCommandLineCompilerConfiguration.parseIncludes(CCTask task, + java.io.File baseDir, + java.io.File source) + +
+           
+ DependencyInfoAbstractCompiler.parseIncludes(CCTask task, + java.io.File source, + java.io.File[] includePath, + java.io.File[] sysIncludePath, + java.io.File[] envIncludePath, + java.io.File baseDir, + java.lang.String includePathIdentifier) + +
+          Returns dependency info for the specified source file
+protected  java.lang.String[]CommandLineLinker.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+protected  intCommandLineLinker.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline) + +
+          This method is exposed so test classes can overload + and test the arguments without actually spawning the + compiler
+protected  intCommandLineCompiler.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline) + +
+          This method is exposed so test classes can overload and test the + arguments without actually spawning the compiler
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type CCTask
+ voidVisualStudioNETProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+ voidDevStudioProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type CCTask
+ java.lang.String[]GppLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+ java.lang.String[]AbstractLdLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+ voidAbstractArLibrarian.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+ java.lang.String[]AbstractLdLinker.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.gcc.cross
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type CCTask
+ java.lang.String[]GppLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+ voidGccCCompiler.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) + +
+           
+ voidLdLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+ voidGppLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+ voidGccLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+ voidGccLibrarian.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 with parameters of type CCTask
+ java.lang.String[]GppLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type CCTask
+ voidProjectDef.execute(CCTask task, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Executes the task.
+ voidProjectWriter.writeProject(java.io.File baseName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Write project definition file.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.mozilla
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type CCTask
+ voidXpidlCompiler.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 CCTask in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type CCTask
+ voidOpenWatcomLibrarian.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Builds a library.
+protected  java.lang.String[]OpenWatcomLibrarian.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputName, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CCTask
+protected  java.lang.String[]OS390Linker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+protected  java.lang.String[]OS390Linker.getOutputFileSwitch(CCTask task, + java.lang.String outputFile) + +
+           
+ voidOS390Linker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+protected  intOS390Linker.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.os400
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type CCTask
+protected  java.lang.String[]IccLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+protected  java.lang.String[]IccLinker.getOutputFileSwitch(CCTask task, + java.lang.String outputFile) + +
+           
+ voidIccLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+protected  intIccLinker.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.sun
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type CCTask
+ java.lang.String[]C89Linker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type CCTask
+ voidUserInterfaceCompiler.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. + + -- cgit v1.2.3