net.sf.antcontrib.cpptasks

Class DependencyInfo


public final class DependencyInfo
extends java.lang.Object

Author:
Curt Arnold

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)

Constructor Details

DependencyInfo

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

Method Details

getCompositeLastModified

public long getCompositeLastModified()
Returns the latest modification date of the source or anything that it depends on.

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 B) 2001-2006 Ant-Contrib project. All Rights Reserved.