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 |
---|---|
String |
getIncludePathIdentifier() |
String[] |
getIncludes() |
String |
getSource() |
long |
getSourceLastModified() |
String[] |
getSysIncludes() |
boolean |
hasTag(Object t)
Returns true, if dependency info is tagged with object t.
|
void |
setTag(Object t)
Returns the latest modification date of the source or anything that it
depends on.
|
public void setTag(Object t)
public String getIncludePathIdentifier()
public String[] getIncludes()
public String getSource()
public long getSourceLastModified()
public String[] getSysIncludes()
public boolean hasTag(Object t)
t
- object to compare withCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.