net.sf.antcontrib.cpptasks
Class DependencyInfo
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyInfo
public DependencyInfo(java.lang.String includePathIdentifier,
java.lang.String source,
long sourceLastModified,
java.util.Vector includes,
java.util.Vector sysIncludes)
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.