Uses of Class
com.github.maven_nar.cpptasks.compiler.LinkType

Packages that use LinkType
com.github.maven_nar.cpptasks C++ and other compiled languages build support for Ant. 
com.github.maven_nar.cpptasks.arm   
com.github.maven_nar.cpptasks.borland Adapter for Borland tools. 
com.github.maven_nar.cpptasks.compaq   
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.gcc.cross   
com.github.maven_nar.cpptasks.gcc.cross.sparc_sun_solaris2   
com.github.maven_nar.cpptasks.hp   
com.github.maven_nar.cpptasks.ibm   
com.github.maven_nar.cpptasks.intel   
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.ti   
com.github.maven_nar.cpptasks.trolltech Adapters for Trolltech Qt moc and uic compilers. 
 

Uses of LinkType in com.github.maven_nar.cpptasks
 

Methods in com.github.maven_nar.cpptasks with parameters of type LinkType
 ProcessorConfiguration ProcessorDef.createConfiguration(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform, VersionInfo versionInfo)
          Creates a configuration
 Processor LinkerDef.getProcessor(LinkType linkType)
           
protected  Processor ProcessorDef.getProcessor(LinkType linkType)
          Obtains the appropriate processor (compiler, linker) based on the LinkType.
 

Uses of LinkType in com.github.maven_nar.cpptasks.arm
 

Methods in com.github.maven_nar.cpptasks.arm with parameters of type LinkType
protected  void ADSLibrarian.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void ADSLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void ADSCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
          
 Linker ADSLibrarian.getLinker(LinkType linkType)
           
 Linker ADSCCompiler.getLinker(LinkType type)
           
 Linker ADSLinker.getLinker(LinkType linkType)
           
 

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

Methods in com.github.maven_nar.cpptasks.borland with parameters of type LinkType
protected  void BorlandLibrarian.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void BorlandLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void BorlandResourceCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void BorlandCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 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.
 Linker BorlandLibrarian.getLinker(LinkType type)
           
 Linker BorlandLinker.getLinker(LinkType type)
           
 Linker BorlandResourceCompiler.getLinker(LinkType type)
           
 Linker BorlandCCompiler.getLinker(LinkType type)
           
protected  String BorlandLinker.getStartupObject(LinkType linkType)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.compaq
 

Methods in com.github.maven_nar.cpptasks.compaq with parameters of type LinkType
protected  void CompaqVisualFortranLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void CompaqVisualFortranLibrarian.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void CompaqVisualFortranCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker CompaqVisualFortranCompiler.getLinker(LinkType type)
           
 Linker CompaqVisualFortranLinker.getLinker(LinkType type)
           
 Linker CompaqVisualFortranLibrarian.getLinker(LinkType type)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.compiler
 

Methods in com.github.maven_nar.cpptasks.compiler with parameters of type LinkType
protected abstract  void CommandLineLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected abstract  void CommandLineCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 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)
           
 Linker Linker.getLinker(LinkType linkType)
          Gets the linker for the specified link type.
 Linker Processor.getLinker(LinkType type)
          Gets the linker that is associated with this processors
protected  String CommandLineLinker.getStartupObject(LinkType linkType)
           
 

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

Methods in com.github.maven_nar.cpptasks.devstudio with parameters of type LinkType
protected  void DevStudioCompatibleLibrarian.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void DevStudioCompatibleLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void DevStudioCompatibleCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void DevStudioResourceCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void DevStudioMessageCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void DevStudioMIDLCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 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.
 Linker DevStudioResourceCompiler.getLinker(LinkType type)
           
 Linker DevStudioMessageCompiler.getLinker(LinkType type)
           
 Linker DevStudioLinker.getLinker(LinkType type)
           
 Linker DevStudioMIDLCompiler.getLinker(LinkType type)
           
 Linker DevStudio2005CCompiler.getLinker(LinkType type)
           
 Linker DevStudioLibrarian.getLinker(LinkType type)
           
 Linker DevStudioCCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.gcc
 

Methods in com.github.maven_nar.cpptasks.gcc with parameters of type LinkType
 void AbstractArLibrarian.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void AbstractLdLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void GppLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void GccLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
 void GccCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 void GccCompatibleCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void WindresResourceCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker GccCCompiler.getLinker(LinkType linkType)
           
 Linker GccLibrarian.getLinker(LinkType type)
           
 Linker WindresResourceCompiler.getLinker(LinkType type)
           
 Linker GppLinker.getLinker(LinkType type)
           
 Linker GccLinker.getLinker(LinkType type)
           
 Linker LdLinker.getLinker(LinkType type)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.gcc.cross
 

Methods in com.github.maven_nar.cpptasks.gcc.cross with parameters of type LinkType
protected  void GppLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void GccLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
 void GccCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker GccCCompiler.getLinker(LinkType linkType)
           
 Linker GccLibrarian.getLinker(LinkType type)
           
 Linker GppLinker.getLinker(LinkType type)
           
 Linker GccLinker.getLinker(LinkType type)
           
 Linker LdLinker.getLinker(LinkType type)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.gcc.cross.sparc_sun_solaris2
 

Methods in com.github.maven_nar.cpptasks.gcc.cross.sparc_sun_solaris2 with parameters of type LinkType
protected  void GppLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void GccLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
 void GccCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker GccCCompiler.getLinker(LinkType linkType)
           
 Linker GccLibrarian.getLinker(LinkType type)
           
 Linker GppLinker.getLinker(LinkType type)
           
 Linker GccLinker.getLinker(LinkType type)
           
 Linker LdLinker.getLinker(LinkType type)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.hp
 

Methods in com.github.maven_nar.cpptasks.hp with parameters of type LinkType
 void aCCLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
 void aCCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker aCCLinker.getLinker(LinkType type)
           
 Linker aCCCompiler.getLinker(LinkType linkType)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.ibm
 

Methods in com.github.maven_nar.cpptasks.ibm with parameters of type LinkType
 void VisualAgeLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
 void VisualAgeCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker VisualAgeCCompiler.getLinker(LinkType linkType)
           
 Linker VisualAgeLinker.getLinker(LinkType type)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.intel
 

Methods in com.github.maven_nar.cpptasks.intel with parameters of type LinkType
 Linker IntelLinuxFortranCompiler.getLinker(LinkType type)
           
 Linker IntelWin64CCompiler.getLinker(LinkType type)
           
 Linker IntelLinux64CLinker.getLinker(LinkType type)
           
 Linker IntelWin32Linker.getLinker(LinkType type)
           
 Linker IntelWin32Librarian.getLinker(LinkType type)
           
 Linker IntelWin32CCompiler.getLinker(LinkType type)
           
 Linker IntelLinux32Compiler.getLinker(LinkType type)
           
 Linker IntelLinux32CCompiler.getLinker(LinkType type)
           
 Linker IntelLinux64CCompiler.getLinker(LinkType type)
           
 Linker IntelLinux64Linker.getLinker(LinkType type)
           
 Linker IntelLinux32CLinker.getLinker(LinkType type)
           
 Linker IntelLinux32Linker.getLinker(LinkType type)
           
 Linker IntelLinux64Compiler.getLinker(LinkType type)
           
 

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

Methods in com.github.maven_nar.cpptasks.mozilla with parameters of type LinkType
protected  void XpidlCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
          Add arguments for debug, etc.
 Linker XpidlCompiler.getLinker(LinkType type)
          Gets linker associated with this type.
 

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

Methods in com.github.maven_nar.cpptasks.openwatcom with parameters of type LinkType
protected  void OpenWatcomLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
          Adds other command line parameters.
protected  void OpenWatcomLibrarian.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
          Add implied arguments.
protected  void OpenWatcomCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
          Add implied arguments.
 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.
 Linker OpenWatcomFortranCompiler.getLinker(LinkType type)
          Get linker.
 Linker OpenWatcomFortranLinker.getLinker(LinkType type)
          Get linker.
 Linker OpenWatcomCCompiler.getLinker(LinkType type)
          Get linker.
 Linker OpenWatcomLibrarian.getLinker(LinkType type)
          Get linker.
 Linker OpenWatcomCLinker.getLinker(LinkType type)
          Get linker.
 

Uses of LinkType in com.github.maven_nar.cpptasks.os390
 

Methods in com.github.maven_nar.cpptasks.os390 with parameters of type LinkType
protected  void OS390Linker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void OS390CCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker OS390Linker.getLinker(LinkType linkType)
           
 Linker OS390CCompiler.getLinker(LinkType type)
           
 

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

Methods in com.github.maven_nar.cpptasks.os400 with parameters of type LinkType
protected  void IccLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void IccCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker IccLinker.getLinker(LinkType linkType)
           
 Linker IccCompiler.getLinker(LinkType type)
           
 

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

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

Methods in com.github.maven_nar.cpptasks.sun with parameters of type LinkType
 void ForteCCLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void C89Linker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
 void ForteCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void C89CCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 void ForteF77Compiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 void ForteCCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker ForteCCLinker.getLinker(LinkType type)
           
 Linker C89Linker.getLinker(LinkType linkType)
           
 Linker ForteCCompiler.getLinker(LinkType linkType)
           
 Linker C89CCompiler.getLinker(LinkType type)
           
 Linker ForteF77Compiler.getLinker(LinkType linkType)
           
 Linker ForteCCCompiler.getLinker(LinkType linkType)
           
 

Uses of LinkType in com.github.maven_nar.cpptasks.ti
 

Methods in com.github.maven_nar.cpptasks.ti with parameters of type LinkType
protected  void ClxxLinker.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void ClxxLibrarian.addImpliedArgs(boolean debug, LinkType linkType, Vector args)
           
protected  void ClxxCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 Linker ClxxLinker.getLinker(LinkType linkType)
           
 Linker ClxxCCompiler.getLinker(LinkType type)
           
 Linker ClxxLibrarian.getLinker(LinkType linkType)
           
 

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

Methods in com.github.maven_nar.cpptasks.trolltech with parameters of type LinkType
protected  void MetaObjectCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
          Add arguments for debug, etc.
protected  void UserInterfaceCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
          Add arguments for debug, etc.
 Linker MetaObjectCompiler.getLinker(LinkType type)
          Gets linker associated with this type.
 Linker UserInterfaceCompiler.getLinker(LinkType type)
          Gets linker associated with this type.
 



Copyright © 2001-2013. All Rights Reserved.