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

+ +net.sf.antcontrib.cpptasks +
+Class CCTaskProgressMonitor

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.CCTaskProgressMonitor
+
+
+
All Implemented Interfaces:
ProgressMonitor
+
+
+
+
public class CCTaskProgressMonitor
extends java.lang.Object
implements ProgressMonitor
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
CCTaskProgressMonitor(TargetHistoryTable history, + VersionInfo versionInfo) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidfinish(ProcessorConfiguration config, + boolean normal) + +
+           
+ voidprogress(java.lang.String[] sources) + +
+          Called to notify monitor of progress
+ voidstart(ProcessorConfiguration config) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+CCTaskProgressMonitor

+
+public CCTaskProgressMonitor(TargetHistoryTable history,
+                             VersionInfo versionInfo)
+
+
+ + + + + + + + +
+Method Detail
+ +

+finish

+
+public void finish(ProcessorConfiguration config,
+                   boolean normal)
+
+
+
Specified by:
finish in interface ProgressMonitor
+
+
+
+
+
+
+ +

+progress

+
+public void progress(java.lang.String[] sources)
+
+
Description copied from interface: ProgressMonitor
+
Called to notify monitor of progress +

+

+
Specified by:
progress in interface ProgressMonitor
+
+
+
+
+
+
+ +

+start

+
+public void start(ProcessorConfiguration config)
+
+
+
Specified by:
start in interface ProgressMonitor
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3