public final class DependencyInfo extends Object
Constructor and Description |
---|
DependencyInfo(String includePathIdentifier,
String source,
long sourceLastModified,
Vector includes,
Vector sysIncludes) |
Modifier and Type | Method and Description |
---|---|
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) |
public long getCompositeLastModified()
public String getIncludePathIdentifier()
public String[] getIncludes()
public String getSource()
public long getSourceLastModified()
public String[] getSysIncludes()
public void setCompositeLastModified(long lastMod)
Copyright © 2001–2018 Ant-Contrib Project. All rights reserved.