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

Packages that use TargetMatcher
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.openwatcom Adapters for OpenWatcom compilers and tools. 
com.github.maven_nar.cpptasks.platforms Platform specific utilities. 
 

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

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

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

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

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

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

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



Copyright © 2001-2013. All Rights Reserved.