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

Packages that use TargetMatcher
com.github.maven_nar.cpptasks.borland   
com.github.maven_nar.cpptasks.compiler   
com.github.maven_nar.cpptasks.devstudio   
com.github.maven_nar.cpptasks.openwatcom   
com.github.maven_nar.cpptasks.platforms   
 

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 © 2002-2013 The Apache Software Foundation. All Rights Reserved.