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

Packages that use VersionInfo
com.github.maven_nar.cpptasks C++ and other compiled languages build support for Ant. 
com.github.maven_nar.cpptasks.borland Adapter for Borland tools. 
com.github.maven_nar.cpptasks.compiler   
com.github.maven_nar.cpptasks.devstudio Adapters for Microsoft tools. 
com.github.maven_nar.cpptasks.gcc   
com.github.maven_nar.cpptasks.mozilla Compiler adapter for Mozilla's XPCOM compiler. 
com.github.maven_nar.cpptasks.openwatcom Adapters for OpenWatcom compilers and tools. 
com.github.maven_nar.cpptasks.os390   
com.github.maven_nar.cpptasks.os400   
com.github.maven_nar.cpptasks.platforms Platform specific utilities. 
com.github.maven_nar.cpptasks.sun   
com.github.maven_nar.cpptasks.trolltech Adapters for Trolltech Qt moc and uic compilers. 
 

Uses of VersionInfo in com.github.maven_nar.cpptasks
 

Methods in com.github.maven_nar.cpptasks that return VersionInfo
 VersionInfo VersionInfo.merge()
          Returns a VersionInfo that reflects any inherited version information.
 

Methods in com.github.maven_nar.cpptasks with parameters of type VersionInfo
 void 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)
           
 ProcessorConfiguration ProcessorDef.createConfiguration(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform, VersionInfo versionInfo)
          Creates a configuration
protected  TargetInfo CCTask.getLinkTarget(LinkerConfiguration linkerConfig, Vector objectFiles, Vector sysObjectFiles, Map compileTargets, VersionInfo versionInfo)
           
 void TargetHistoryTable.update(ProcessorConfiguration config, String[] sources, VersionInfo versionInfo)
           
 

Constructors in com.github.maven_nar.cpptasks with parameters of type VersionInfo
CCTaskProgressMonitor(TargetHistoryTable history, VersionInfo versionInfo)
           
TargetMatcher(CCTask task, File outputDir, ProcessorConfiguration[] processors, LinkerConfiguration linker, Vector objectFiles, Map targets, VersionInfo versionInfo)
           
 

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

Methods in com.github.maven_nar.cpptasks.borland with parameters of type VersionInfo
 void 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 com.github.maven_nar.cpptasks.compiler
 

Methods in com.github.maven_nar.cpptasks.compiler with parameters of type VersionInfo
 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.
 void 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.
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)
           
 String[] AbstractCompiler.getOutputFileNames(String inputFile, VersionInfo versionInfo)
           
 String[] CommandLineLinker.getOutputFileNames(String baseName, VersionInfo versionInfo)
           
 String[] Processor.getOutputFileNames(String inputFile, VersionInfo versionInfo)
          Output file name (no path components) corresponding to source file
 String[] CommandLineLinkerConfiguration.getOutputFileNames(String inputFile, VersionInfo versionInfo)
           
 String[] ProcessorConfiguration.getOutputFileNames(String inputFile, VersionInfo versionInfo)
          Output file name (no path components) corresponding to source file
 String[] CommandLineCompilerConfiguration.getOutputFileNames(String inputFile, VersionInfo versionInfo)
           
abstract  String[] AbstractLinker.getOutputFileNames(String fileName, VersionInfo versionInfo)
           
 

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

Methods in com.github.maven_nar.cpptasks.devstudio with parameters of type VersionInfo
 void 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 com.github.maven_nar.cpptasks.gcc
 

Methods in com.github.maven_nar.cpptasks.gcc with parameters of type VersionInfo
 String[] AbstractArLibrarian.getOutputFileNames(String baseName, VersionInfo versionInfo)
           
 String[] AbstractLdLinker.getOutputFileNames(String baseName, VersionInfo versionInfo)
           
 

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

Methods in com.github.maven_nar.cpptasks.mozilla with parameters of type VersionInfo
 String[] XpidlCompiler.getOutputFileNames(String inputFile, VersionInfo versionInfo)
          Gets output file names.
 

Uses of VersionInfo in com.github.maven_nar.cpptasks.openwatcom
 

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

Methods in com.github.maven_nar.cpptasks.os390 with parameters of type VersionInfo
 String[] OS390Linker.getOutputFileNames(String baseName, VersionInfo versionInfo)
           
 

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

Methods in com.github.maven_nar.cpptasks.os400 with parameters of type VersionInfo
 String[] IccLinker.getOutputFileNames(String baseName, VersionInfo versionInfo)
           
 

Uses of VersionInfo in com.github.maven_nar.cpptasks.platforms
 

Methods in com.github.maven_nar.cpptasks.platforms with parameters of type VersionInfo
static 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 com.github.maven_nar.cpptasks.sun
 

Methods in com.github.maven_nar.cpptasks.sun with parameters of type VersionInfo
 String[] C89Linker.getOutputFileNames(String baseName, VersionInfo versionInfo)
           
 

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

Methods in com.github.maven_nar.cpptasks.trolltech with parameters of type VersionInfo
 String[] MetaObjectCompiler.getOutputFileNames(String inputFile, VersionInfo versionInfo)
          Gets output file names.
 String[] UserInterfaceCompiler.getOutputFileNames(String inputFile, VersionInfo versionInfo)
          Gets output file names.
 



Copyright © 2001-2013. All Rights Reserved.