Uses of Class
net.sf.antcontrib.cpptasks.compiler.LinkType

Packages that use LinkType
net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.arm   
net.sf.antcontrib.cpptasks.borland Adapter for Borland tools. 
net.sf.antcontrib.cpptasks.compaq   
net.sf.antcontrib.cpptasks.compiler   
net.sf.antcontrib.cpptasks.devstudio Adapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.gcc   
net.sf.antcontrib.cpptasks.gcc.cross   
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2   
net.sf.antcontrib.cpptasks.hp   
net.sf.antcontrib.cpptasks.ibm   
net.sf.antcontrib.cpptasks.intel   
net.sf.antcontrib.cpptasks.mozilla Compiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.openwatcom Adapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390   
net.sf.antcontrib.cpptasks.os400   
net.sf.antcontrib.cpptasks.platforms Platform specific utilities. 
net.sf.antcontrib.cpptasks.sun   
net.sf.antcontrib.cpptasks.ti   
net.sf.antcontrib.cpptasks.trolltech Adapters for Trolltech Qt moc and uic compilers. 
 

Uses of LinkType in net.sf.antcontrib.cpptasks
 

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

Uses of LinkType in net.sf.antcontrib.cpptasks.arm
 

Methods in net.sf.antcontrib.cpptasks.arm with parameters of type LinkType
protected  void ADSLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void ADSLibrarian.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void ADSCCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
          
 Linker ADSLinker.getLinker(LinkType linkType)
           
 Linker ADSLibrarian.getLinker(LinkType linkType)
           
 Linker ADSCCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.borland
 

Methods in net.sf.antcontrib.cpptasks.borland with parameters of type LinkType
protected  void BorlandLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void BorlandLibrarian.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void BorlandResourceCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
protected  void BorlandCCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 void BorlandLinker.addVersionFiles(VersionInfo versionInfo, LinkType linkType, java.io.File outputFile, boolean isDebug, java.io.File objDir, TargetMatcher matcher)
          Adds source or object files to the bidded fileset to support version information.
 Linker BorlandResourceCompiler.getLinker(LinkType type)
           
 Linker BorlandLinker.getLinker(LinkType type)
           
 Linker BorlandLibrarian.getLinker(LinkType type)
           
 Linker BorlandCCompiler.getLinker(LinkType type)
           
protected  java.lang.String BorlandLinker.getStartupObject(LinkType linkType)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.compaq
 

Methods in net.sf.antcontrib.cpptasks.compaq with parameters of type LinkType
protected  void CompaqVisualFortranLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void CompaqVisualFortranLibrarian.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void CompaqVisualFortranCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 Linker CompaqVisualFortranLinker.getLinker(LinkType type)
           
 Linker CompaqVisualFortranLibrarian.getLinker(LinkType type)
           
 Linker CompaqVisualFortranCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.compiler
 

Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type LinkType
protected abstract  void CommandLineLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected abstract  void CommandLineCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 void Linker.addVersionFiles(VersionInfo versionInfo, LinkType linkType, java.io.File outputFile, boolean isDebug, java.io.File objDir, TargetMatcher matcher)
          Adds source or object files to the bidded fileset to support version information.
 void AbstractLinker.addVersionFiles(VersionInfo versionInfo, LinkType linkType, java.io.File outputFile, boolean isDebug, java.io.File objDir, TargetMatcher matcher)
          Adds source or object files to the bidded fileset to support version information.
protected  CompilerConfiguration CommandLineCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo)
           
protected abstract  CompilerConfiguration AbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, 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 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)
           
 ProcessorConfiguration AbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
           
 Linker Processor.getLinker(LinkType type)
          Gets the linker that is associated with this processors
 Linker Linker.getLinker(LinkType linkType)
          Gets the linker for the specified link type.
protected  java.lang.String CommandLineLinker.getStartupObject(LinkType linkType)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.devstudio
 

Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type LinkType
protected  void DevStudioCompatibleLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void DevStudioCompatibleLibrarian.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void DevStudioResourceCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
protected  void DevStudioMIDLCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
protected  void DevStudioCompatibleCCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 void DevStudioCompatibleLinker.addVersionFiles(VersionInfo versionInfo, LinkType linkType, java.io.File outputFile, boolean isDebug, java.io.File objDir, TargetMatcher matcher)
          Adds source or object files to the bidded fileset to support version information.
 Linker DevStudioResourceCompiler.getLinker(LinkType type)
           
 Linker DevStudioMIDLCompiler.getLinker(LinkType type)
           
 Linker DevStudioLinker.getLinker(LinkType type)
           
 Linker DevStudioLibrarian.getLinker(LinkType type)
           
 Linker DevStudioCCompiler.getLinker(LinkType type)
           
 Linker DevStudio2005CCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.gcc
 

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

Uses of LinkType in net.sf.antcontrib.cpptasks.gcc.cross
 

Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type LinkType
protected  void GppLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void GccLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
 void GccCCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 Linker LdLinker.getLinker(LinkType type)
           
 Linker GppLinker.getLinker(LinkType type)
           
 Linker GccLinker.getLinker(LinkType type)
           
 Linker GccLibrarian.getLinker(LinkType type)
           
 Linker GccCCompiler.getLinker(LinkType linkType)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2
 

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

Uses of LinkType in net.sf.antcontrib.cpptasks.hp
 

Methods in net.sf.antcontrib.cpptasks.hp with parameters of type LinkType
 void aCCLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
 void aCCCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 Linker aCCLinker.getLinker(LinkType type)
           
 Linker aCCCompiler.getLinker(LinkType linkType)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.ibm
 

Methods in net.sf.antcontrib.cpptasks.ibm with parameters of type LinkType
 void VisualAgeLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
 void VisualAgeCCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 Linker VisualAgeLinker.getLinker(LinkType type)
           
 Linker VisualAgeCCompiler.getLinker(LinkType linkType)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.intel
 

Methods in net.sf.antcontrib.cpptasks.intel with parameters of type LinkType
 Linker IntelWin64CCompiler.getLinker(LinkType type)
           
 Linker IntelWin32Linker.getLinker(LinkType type)
           
 Linker IntelWin32Librarian.getLinker(LinkType type)
           
 Linker IntelWin32CCompiler.getLinker(LinkType type)
           
 Linker IntelLinux64Linker.getLinker(LinkType type)
           
 Linker IntelLinux64CCompiler.getLinker(LinkType type)
           
 Linker IntelLinux32Linker.getLinker(LinkType type)
           
 Linker IntelLinux32CCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.mozilla
 

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

Uses of LinkType in net.sf.antcontrib.cpptasks.openwatcom
 

Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type LinkType
protected  void OpenWatcomLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
          Adds other command line parameters.
protected  void OpenWatcomLibrarian.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
          Add implied arguments.
protected  void OpenWatcomCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
          Add implied arguments.
 void OpenWatcomLinker.addVersionFiles(VersionInfo versionInfo, LinkType linkType, java.io.File outputFile, boolean isDebug, java.io.File objDir, TargetMatcher matcher)
          Adds source or object files to the bidded fileset to support version information.
 Linker OpenWatcomLibrarian.getLinker(LinkType type)
          Get linker.
 Linker OpenWatcomFortranLinker.getLinker(LinkType type)
          Get linker.
 Linker OpenWatcomFortranCompiler.getLinker(LinkType type)
          Get linker.
 Linker OpenWatcomCLinker.getLinker(LinkType type)
          Get linker.
 Linker OpenWatcomCCompiler.getLinker(LinkType type)
          Get linker.
 

Uses of LinkType in net.sf.antcontrib.cpptasks.os390
 

Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type LinkType
protected  void OS390Linker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void OS390CCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 Linker OS390Linker.getLinker(LinkType linkType)
           
 Linker OS390CCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.os400
 

Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type LinkType
protected  void IccLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void IccCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 Linker IccLinker.getLinker(LinkType linkType)
           
 Linker IccCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.platforms
 

Methods in net.sf.antcontrib.cpptasks.platforms with parameters of type LinkType
static void WindowsPlatform.addVersionFiles(VersionInfo versionInfo, LinkType linkType, java.io.File outputFile, boolean isDebug, java.io.File objDir, TargetMatcher matcher)
          Adds source or object files to the bidded fileset to support version information.
static void WindowsPlatform.writeResource(java.io.Writer writer, VersionInfo versionInfo, java.io.File outputFile, boolean isDebug, LinkType linkType)
          Writes windows resource.
 

Uses of LinkType in net.sf.antcontrib.cpptasks.sun
 

Methods in net.sf.antcontrib.cpptasks.sun with parameters of type LinkType
 void ForteCCLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void C89Linker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
 void ForteCCCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
protected  void C89CCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 Linker ForteCCLinker.getLinker(LinkType type)
           
 Linker ForteCCCompiler.getLinker(LinkType linkType)
           
 Linker C89Linker.getLinker(LinkType linkType)
           
 Linker C89CCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.ti
 

Methods in net.sf.antcontrib.cpptasks.ti with parameters of type LinkType
protected  void ClxxLinker.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void ClxxLibrarian.addImpliedArgs(boolean debug, LinkType linkType, java.util.Vector args)
           
protected  void ClxxCCompiler.addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
           
 Linker ClxxLinker.getLinker(LinkType linkType)
           
 Linker ClxxLibrarian.getLinker(LinkType linkType)
           
 Linker ClxxCCompiler.getLinker(LinkType type)
           
 

Uses of LinkType in net.sf.antcontrib.cpptasks.trolltech
 

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



Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.