net.sf.antcontrib.cpptasks
public final class DependencyInfo extends Object
Constructor Summary | |
---|---|
DependencyInfo(String includePathIdentifier, String source, long sourceLastModified, Vector includes, Vector sysIncludes) |
Method Summary | |
---|---|
long | getCompositeLastModified()
Returns the latest modification date of the source or anything that it
depends on.
|
String | getIncludePathIdentifier() |
String[] | getIncludes() |
String | getSource() |
long | getSourceLastModified() |
String[] | getSysIncludes() |
void | setCompositeLastModified(long lastMod) |
Returns: the composite lastModified time, returns Long.MIN_VALUE if not set