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 --- .../cpptasks/compiler/LinkerConfiguration.html | 301 +++++++++++++++++++++ 1 file changed, 301 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/LinkerConfiguration.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/compiler/LinkerConfiguration.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/compiler/LinkerConfiguration.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/LinkerConfiguration.html new file mode 100644 index 0000000..d72c8b9 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/LinkerConfiguration.html @@ -0,0 +1,301 @@ + + + + + + + +LinkerConfiguration (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.compiler +
+Interface LinkerConfiguration

+
+
All Superinterfaces:
ProcessorConfiguration
+
+
+
All Known Implementing Classes:
CommandLineLinkerConfiguration
+
+
+
+
public interface LinkerConfiguration
extends ProcessorConfiguration
+ + +

+A configuration for a linker +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ LinkergetLinker() + +
+           
+ LinkerParamgetParam(java.lang.String name) + +
+           
+ booleanisDebug() + +
+           
+ voidlink(CCTask task, + TargetInfo linkTarget) + +
+           
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.ProcessorConfiguration
bid, getIdentifier, getOutputFileNames, getParams, getRebuild
+  +

+ + + + + + + + +
+Method Detail
+ +

+getParam

+
+LinkerParam getParam(java.lang.String name)
+
+
+
+
+
+
+
+
+
+ +

+link

+
+void link(CCTask task,
+          TargetInfo linkTarget)
+          throws org.apache.tools.ant.BuildException
+
+
+
+
+
+ +
Throws: +
org.apache.tools.ant.BuildException
+
+
+
+ +

+getLinker

+
+Linker getLinker()
+
+
+
+
+
+
+
+
+
+ +

+isDebug

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