Uses of Class
net.sf.antcontrib.cpptasks.SourceHistory

Packages that use SourceHistory
net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant. 
 

Uses of SourceHistory in net.sf.antcontrib.cpptasks
 

Methods in net.sf.antcontrib.cpptasks that return SourceHistory
 SourceHistory[] TargetInfo.getSourceHistories(java.lang.String basePath)
          Returns an array of SourceHistory objects (contains relative path and last modified time) for the source[s] of this target
 SourceHistory[] TargetHistory.getSources()
           
 

Constructors in net.sf.antcontrib.cpptasks with parameters of type SourceHistory
TargetHistory(java.lang.String config, java.lang.String output, long outputLastModified, SourceHistory[] sources)
          Constructor from build step
 



Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.