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

Packages that use ProcessorDef
com.github.maven_nar.cpptasks C++ and other compiled languages build support for Ant. 
com.github.maven_nar.cpptasks.compiler   
 

Uses of ProcessorDef in com.github.maven_nar.cpptasks
 

Subclasses of ProcessorDef in com.github.maven_nar.cpptasks
 class CompilerDef
          A compiler definition.
 class LinkerDef
          A linker definition.
 

Methods in com.github.maven_nar.cpptasks that return ProcessorDef
protected  ProcessorDef[] ProcessorDef.getDefaultProviders(ProcessorDef baseDef)
          Creates an chain of objects which provide default values in descending order of significance.
 ProcessorDef ProcessorDef.getExtends()
          Gets the ProcessorDef specified by the extends attribute
 

Methods in com.github.maven_nar.cpptasks with parameters of type ProcessorDef
 ProcessorConfiguration ProcessorDef.createConfiguration(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform, VersionInfo versionInfo)
          Creates a configuration
 boolean ProcessorDef.getDebug(ProcessorDef[] defaultProviders, int index)
          Gets boolean indicating debug build
protected  ProcessorDef[] ProcessorDef.getDefaultProviders(ProcessorDef baseDef)
          Creates an chain of objects which provide default values in descending order of significance.
 boolean ProcessorDef.getRebuild(ProcessorDef[] defaultProviders, int index)
          Gets a boolean value indicating whether all targets must be rebuilt regardless of dependency analysis.
 

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

Methods in com.github.maven_nar.cpptasks.compiler with parameters of type ProcessorDef
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 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 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 AbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
           
 



Copyright © 2001-2013. All Rights Reserved.