Uses of Class
net.sf.antcontrib.cpptasks.CCTask
Packages that use CCTask
Package
Description
C++ and other compiled languages build support for Ant.
Project writer for Apple Xcode
Adapter for Borland tools.
Adapters for Microsoft tools.
IDE project file generation.
Compiler adapter for Mozilla's XPCOM compiler.
Adapters for OpenWatcom compilers and tools.
Adapters for Trolltech Qt moc and uic compilers.
-
Uses of CCTask in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as CCTaskMethods in net.sf.antcontrib.cpptasks with parameters of type CCTaskModifier and TypeMethodDescriptionvoidProcessorDef.createConfiguration(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform, VersionInfo versionInfo) Creates a configurationbooleanDependencyTable.needsRebuild(CCTask task, TargetInfo target, int dependencyDepth) Determines if the specified target needs to be rebuilt.DependencyTable.parseIncludes(CCTask task, CompilerConfiguration compiler, File source) static intCUtil.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 compilervoidDependencyTable.walkDependencies(CCTask task, DependencyInfo dependInfo, CompilerConfiguration compiler, DependencyInfo[] stack, DependencyTable.DependencyVisitor visitor) Constructors in net.sf.antcontrib.cpptasks with parameters of type CCTaskModifierConstructorDescriptionTargetHistoryTable(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, Hashtable targets, VersionInfo versionInfo) -
Uses of CCTask in net.sf.antcontrib.cpptasks.apple
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type CCTaskModifier and TypeMethodDescriptionvoidXcodeProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, 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 CCTaskModifier and TypeMethodDescriptionvoidBorlandResourceCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor) private StringCBuilderXProjectWriter.getActivePlatform(CCTask task) Gets active platform.private StringCBuilderXProjectWriter.getBuildType(CCTask task) Gets build type from link target.voidBorlandLibrarian.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) Builds a libraryprotected 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.voidCBuilderXProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, 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 CCTaskModifier and TypeMethodDescriptionprotected String[]CommandLineLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs) voidCommandLineCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor) Compiles a source file.voidCommandLineCompilerConfiguration.compile(CCTask task, File outputDir, String[] sourceFiles, boolean relentless, ProgressMonitor monitor) voidCompilerConfiguration.compile(CCTask task, File outputDir, String[] sourceFiles, boolean relentless, ProgressMonitor monitor) protected abstract CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) AbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) protected abstract LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, LinkerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) AbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) protected CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo) protected LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, LinkerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo) Processor.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] defaultProviders, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) Returns the compiler configuration foror element. protected String[]CommandLineLinker.getOutputFileSwitch(CCTask task, String outputFile) voidCommandLineLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) Performs a link using a command line linkervoidCommandLineLinkerConfiguration.link(CCTask task, TargetInfo linkTarget) voidLinkerConfiguration.link(CCTask task, TargetInfo linkTarget) final DependencyInfoAbstractCompiler.parseIncludes(CCTask task, File source, File[] includePath, File[] sysIncludePath, File[] envIncludePath, File baseDir, String includePathIdentifier) Returns dependency info for the specified source fileCommandLineCompilerConfiguration.parseIncludes(CCTask task, File baseDir, File source) CompilerConfiguration.parseIncludes(CCTask task, File baseDir, File source) protected String[]CommandLineLinker.prepareArguments(CCTask task, String outputDir, String outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) Prepares argument list for exec command.protected intCommandLineCompiler.runCommand(CCTask task, File workingDir, String[] cmdline) This method is exposed so test classes can overload and test the arguments without actually spawning the compilerprotected intCommandLineLinker.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 net.sf.antcontrib.cpptasks.devstudio
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type CCTaskModifier and TypeMethodDescriptionprivate StringVisualStudioNETProjectWriter.getConfigurationType(CCTask task) Gets the configuration type.private voidVisualStudioNETProjectWriter.writeConfigurationStartTag(ContentHandler content, boolean isDebug, CCTask task, CommandLineCompilerConfiguration compilerConfig) Write the start tag of the Configuration element.voidDevStudioProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List files, Hashtable targets, TargetInfo linkTarget) Writes a project definition file.voidVisualStudioNETProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, 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 CCTaskModifier and TypeMethodDescriptionString[]AbstractLdLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs) String[]GppLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs) voidAbstractArLibrarian.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 net.sf.antcontrib.cpptasks.gcc.cross
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type CCTaskModifier and TypeMethodDescriptionString[]GppLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs) voidGccCCompiler.compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor) voidGccLibrarian.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) voidGccLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) voidGppLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) voidLdLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) private voidGccCCompiler.supercompile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor) private voidGccLibrarian.superlink(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) private voidGccLinker.superlink(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) private voidGppLinker.superlink(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) private voidLdLinker.superlink(CCTask task, File outputFile, 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 CCTaskModifier and TypeMethodDescriptionString[]GppLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs) -
Uses of CCTask in net.sf.antcontrib.cpptasks.ide
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type CCTaskModifier and TypeMethodDescriptionvoidProjectDef.execute(CCTask task, List sources, Hashtable targets, TargetInfo linkTarget) Executes the task.voidProjectWriter.writeProject(File baseName, CCTask task, ProjectDef projectDef, List files, 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 CCTaskModifier and TypeMethodDescriptionvoidXpidlCompiler.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 net.sf.antcontrib.cpptasks.openwatcom
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type CCTaskModifier and TypeMethodDescriptionvoidOpenWatcomLibrarian.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 net.sf.antcontrib.cpptasks.os390
Fields in net.sf.antcontrib.cpptasks.os390 declared as CCTaskMethods in net.sf.antcontrib.cpptasks.os390 with parameters of type CCTaskModifier and TypeMethodDescriptionprotected String[]OS390Linker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs) protected String[]OS390Linker.getOutputFileSwitch(CCTask task, String outputFile) voidOS390Linker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) protected intOS390Linker.runCommand(CCTask task, File workingDir, String[] cmdline) -
Uses of CCTask in net.sf.antcontrib.cpptasks.os400
Fields in net.sf.antcontrib.cpptasks.os400 declared as CCTaskMethods in net.sf.antcontrib.cpptasks.os400 with parameters of type CCTaskModifier and TypeMethodDescriptionprotected String[]IccLinker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs) protected String[]IccLinker.getOutputFileSwitch(CCTask task, String outputFile) voidIccLinker.link(CCTask task, File outputFile, String[] sourceFiles, CommandLineLinkerConfiguration config) protected intIccLinker.runCommand(CCTask task, File workingDir, String[] cmdline) -
Uses of CCTask in net.sf.antcontrib.cpptasks.sun
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type CCTaskModifier and TypeMethodDescriptionString[]C89Linker.addLibrarySets(CCTask task, LibrarySet[] libsets, Vector preargs, Vector midargs, Vector endargs) -
Uses of CCTask in net.sf.antcontrib.cpptasks.trolltech
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type CCTaskModifier and TypeMethodDescriptionvoidUserInterfaceCompiler.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.