Uses of Class
net.sf.antcontrib.cpptasks.VersionInfo
Packages that use VersionInfo
Package
Description
C++ and other compiled languages build support for Ant.
Adapter for Borland tools.
Adapters for Microsoft tools.
Compiler adapter for Mozilla's XPCOM compiler.
Adapters for OpenWatcom compilers and tools.
Platform specific utilities.
Adapters for Trolltech Qt moc and uic compilers.
-
Uses of VersionInfo in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as VersionInfoModifier and TypeFieldDescriptionprivate VersionInfo
CCTaskProgressMonitor.versionInfo
private VersionInfo
TargetMatcher.versionInfo
Methods in net.sf.antcontrib.cpptasks that return VersionInfoModifier and TypeMethodDescriptionVersionInfo.merge()
Returns a VersionInfo that reflects any inherited version information.Methods in net.sf.antcontrib.cpptasks with parameters of type VersionInfoModifier and TypeMethodDescriptionvoid
CCTask.addConfiguredVersioninfo
(VersionInfo newVersionInfo) Adds desriptive version information to be included in the generated file.protected LinkerConfiguration
CCTask.collectExplicitObjectFiles
(Vector objectFiles, Vector sysObjectFiles, VersionInfo versionInfo) ProcessorDef.createConfiguration
(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform, VersionInfo versionInfo) Creates a configurationprotected TargetInfo
CCTask.getLinkTarget
(LinkerConfiguration linkerConfig, Vector objectFiles, Vector sysObjectFiles, Hashtable compileTargets, VersionInfo versionInfo) private Hashtable
CCTask.getTargets
(LinkerConfiguration linkerConfig, Vector objectFiles, VersionInfo versionInfo, File outputFile) This method collects a Hashtable, keyed by output file name, of TargetInfo's for every source file that is specified in the filesets of theand nested elements. void
TargetHistoryTable.update
(ProcessorConfiguration config, String[] sources, VersionInfo versionInfo) Constructors in net.sf.antcontrib.cpptasks with parameters of type VersionInfoModifierConstructorDescriptionCCTaskProgressMonitor
(TargetHistoryTable history, VersionInfo versionInfo) TargetMatcher
(CCTask task, File outputDir, ProcessorConfiguration[] processors, LinkerConfiguration linker, Vector objectFiles, Hashtable targets, VersionInfo versionInfo) -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.borland
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type VersionInfoModifier and TypeMethodDescriptionvoid
BorlandLinker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information. -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type VersionInfoModifier and TypeMethodDescriptionvoid
AbstractLinker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information.void
Linker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information.protected abstract CompilerConfiguration
AbstractCompiler.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 LinkerConfiguration
AbstractLinker.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 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) Processor.createConfiguration
(CCTask task, LinkType linkType, ProcessorDef[] defaultProviders, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) Returns the compiler configuration foror element. String[]
AbstractCompiler.getOutputFileNames
(String inputFile, VersionInfo versionInfo) abstract String[]
AbstractLinker.getOutputFileNames
(String fileName, VersionInfo versionInfo) String[]
CommandLineCompilerConfiguration.getOutputFileNames
(String inputFile, VersionInfo versionInfo) String[]
CommandLineLinker.getOutputFileNames
(String baseName, VersionInfo versionInfo) String[]
CommandLineLinkerConfiguration.getOutputFileNames
(String inputFile, VersionInfo versionInfo) String[]
Processor.getOutputFileNames
(String inputFile, VersionInfo versionInfo) Output file name (no path components) corresponding to source fileString[]
ProcessorConfiguration.getOutputFileNames
(String inputFile, VersionInfo versionInfo) Output file name (no path components) corresponding to source file -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.devstudio
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type VersionInfoModifier and TypeMethodDescriptionvoid
DevStudioCompatibleLinker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information. -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.gcc
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type VersionInfoModifier and TypeMethodDescriptionString[]
AbstractArLibrarian.getOutputFileNames
(String baseName, VersionInfo versionInfo) String[]
AbstractLdLinker.getOutputFileNames
(String baseName, VersionInfo versionInfo) -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.mozilla
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type VersionInfoModifier and TypeMethodDescriptionString[]
XpidlCompiler.getOutputFileNames
(String inputFile, VersionInfo versionInfo) Gets output file names. -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.openwatcom
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type VersionInfoModifier and TypeMethodDescriptionfinal void
OpenWatcomLinker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information. -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.os390
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type VersionInfoModifier and TypeMethodDescriptionString[]
OS390Linker.getOutputFileNames
(String baseName, VersionInfo versionInfo) -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.os400
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type VersionInfoModifier and TypeMethodDescriptionString[]
IccLinker.getOutputFileNames
(String baseName, VersionInfo versionInfo) -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.platforms
Methods in net.sf.antcontrib.cpptasks.platforms with parameters of type VersionInfoModifier and TypeMethodDescriptionstatic void
WindowsPlatform.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information.static void
WindowsPlatform.writeResource
(Writer writer, VersionInfo versionInfo, File outputFile, boolean isDebug, LinkType linkType) Writes windows resource. -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.sun
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type VersionInfoModifier and TypeMethodDescriptionString[]
C89Linker.getOutputFileNames
(String baseName, VersionInfo versionInfo) -
Uses of VersionInfo in net.sf.antcontrib.cpptasks.trolltech
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type VersionInfoModifier and TypeMethodDescriptionString[]
MetaObjectCompiler.getOutputFileNames
(String inputFile, VersionInfo versionInfo) Gets output file names.String[]
UserInterfaceCompiler.getOutputFileNames
(String inputFile, VersionInfo versionInfo) Gets output file names.