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

+ +net.sf.antcontrib.cpptasks +
+Class TargetHistoryTable

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.TargetHistoryTable
+
+
+
+
public final class TargetHistoryTable
extends java.lang.Object
+ + +

+A history of the compiler and linker settings used to build the files in the + same directory as the history. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TargetHistoryTable(CCTask task, + java.io.File outputDir) + +
+          Creates a target history table from history.xml in the output directory, + if it exists.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcommit() + +
+           
+ TargetHistoryget(java.lang.String configId, + java.lang.String outputName) + +
+           
+ voidmarkForRebuild(java.util.Hashtable targetInfos) + +
+           
+ voidmarkForRebuild(TargetInfo targetInfo) + +
+           
+ voidupdate(ProcessorConfiguration config, + java.lang.String[] sources, + VersionInfo versionInfo) + +
+           
+ voidupdate(TargetInfo linkTarget) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TargetHistoryTable

+
+public TargetHistoryTable(CCTask task,
+                          java.io.File outputDir)
+                   throws org.apache.tools.ant.BuildException
+
+
Creates a target history table from history.xml in the output directory, + if it exists. Otherwise, initializes the history table empty. +

+

+
Parameters:
task - task used for logging history load errors
outputDir - output directory for task +
Throws: +
org.apache.tools.ant.BuildException
+
+ + + + + + + + +
+Method Detail
+ +

+commit

+
+public void commit()
+            throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+get

+
+public TargetHistory get(java.lang.String configId,
+                         java.lang.String outputName)
+
+
+
+
+
+
+ +

+markForRebuild

+
+public void markForRebuild(java.util.Hashtable targetInfos)
+
+
+
+
+
+
+ +

+markForRebuild

+
+public void markForRebuild(TargetInfo targetInfo)
+
+
+
+
+
+
+ +

+update

+
+public void update(ProcessorConfiguration config,
+                   java.lang.String[] sources,
+                   VersionInfo versionInfo)
+
+
+
+
+
+
+ +

+update

+
+public void update(TargetInfo linkTarget)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3