From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../antcontrib/cpptasks/class-use/TargetDef.html | 317 +++++++++++++++++++++ 1 file changed, 317 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html new file mode 100644 index 0000000..625ed62 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html @@ -0,0 +1,317 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.TargetDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.TargetDef

+
+ + + + + + + + + + + + + +
+Packages that use TargetDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of TargetDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return TargetDef
+ TargetDefCCTask.getTargetPlatform() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type TargetDef
+ voidCCTask.addConfiguredTarget(TargetDef target) + +
+          Adds a target definition or reference (Non-functional prototype).
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+  +

+ + + + + +
+Uses of TargetDef in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetDef
+protected  CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + CompilerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + CompilerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected  LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + LinkerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + LinkerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationProcessor.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] defaultProviders, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Returns the compiler configuration for or element.
+ ProcessorConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3