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

+ +net.sf.antcontrib.cpptasks +
+Class DependencyInfo

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

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DependencyInfo(java.lang.String includePathIdentifier, + java.lang.String source, + long sourceLastModified, + java.util.Vector includes, + java.util.Vector sysIncludes) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ longgetCompositeLastModified() + +
+          Returns the latest modification date of the source or anything that it + depends on.
+ java.lang.StringgetIncludePathIdentifier() + +
+           
+ java.lang.String[]getIncludes() + +
+           
+ java.lang.StringgetSource() + +
+           
+ longgetSourceLastModified() + +
+           
+ java.lang.String[]getSysIncludes() + +
+           
+ voidsetCompositeLastModified(long lastMod) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+DependencyInfo

+
+public DependencyInfo(java.lang.String includePathIdentifier,
+                      java.lang.String source,
+                      long sourceLastModified,
+                      java.util.Vector includes,
+                      java.util.Vector sysIncludes)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCompositeLastModified

+
+public long getCompositeLastModified()
+
+
Returns the latest modification date of the source or anything that it + depends on. +

+

+ +
Returns:
the composite lastModified time, returns Long.MIN_VALUE if not + set
+
+
+
+ +

+getIncludePathIdentifier

+
+public java.lang.String getIncludePathIdentifier()
+
+
+
+
+
+
+ +

+getIncludes

+
+public java.lang.String[] getIncludes()
+
+
+
+
+
+
+ +

+getSource

+
+public java.lang.String getSource()
+
+
+
+
+
+
+ +

+getSourceLastModified

+
+public long getSourceLastModified()
+
+
+
+
+
+
+ +

+getSysIncludes

+
+public java.lang.String[] getSysIncludes()
+
+
+
+
+
+
+ +

+setCompositeLastModified

+
+public void setCompositeLastModified(long lastMod)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3