net.sf.antcontrib.cpptasks

Class DependencyInfo

public final class DependencyInfo extends Object

Author: Curt Arnold

Constructor Summary
DependencyInfo(String includePathIdentifier, String source, long sourceLastModified, Vector includes, Vector sysIncludes)
Method Summary
longgetCompositeLastModified()
Returns the latest modification date of the source or anything that it depends on.
StringgetIncludePathIdentifier()
String[]getIncludes()
StringgetSource()
longgetSourceLastModified()
String[]getSysIncludes()
voidsetCompositeLastModified(long lastMod)

Constructor Detail

DependencyInfo

public DependencyInfo(String includePathIdentifier, String source, long sourceLastModified, Vector includes, Vector sysIncludes)

Method Detail

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 String getIncludePathIdentifier()

getIncludes

public String[] getIncludes()

getSource

public String getSource()

getSourceLastModified

public long getSourceLastModified()

getSysIncludes

public String[] getSysIncludes()

setCompositeLastModified

public void setCompositeLastModified(long lastMod)
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.