net.sf.antcontrib.cpptasks
Class DependencyInfo

java.lang.Object
  extended by net.sf.antcontrib.cpptasks.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
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyInfo

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

setTag

public void setTag(Object t)
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()

hasTag

public boolean hasTag(Object t)
Returns true, if dependency info is tagged with object t.

Parameters:
t - object to compare with
Returns:
boolean, true, if tagged with t, otherwise false


Copyright © 2001-2011. All Rights Reserved.