Package net.sf.antcontrib.cpptasks
Class DependencyInfo
java.lang.Object
net.sf.antcontrib.cpptasks.DependencyInfo
- Author:
- Curt Arnold
-
Constructor Summary
ConstructorsConstructorDescriptionDependencyInfo
(String includePathIdentifier, String source, long sourceLastModified, Vector includes, Vector sysIncludes) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the latest modification date of the source or anything that it depends on.String[]
long
String[]
void
setCompositeLastModified
(long lastMod)
-
Constructor Details
-
DependencyInfo
-
-
Method Details
-
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
-
getIncludes
-
getSource
-
getSourceLastModified
public long getSourceLastModified() -
getSysIncludes
-
setCompositeLastModified
public void setCompositeLastModified(long lastMod)
-