Uses of Class
net.sf.antcontrib.cpptasks.SourceHistory
Packages that use SourceHistory
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of SourceHistory in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as SourceHistoryMethods in net.sf.antcontrib.cpptasks that return SourceHistoryModifier and TypeMethodDescriptionTargetInfo.getSourceHistories
(String basePath) Returns an array of SourceHistory objects (contains relative path and last modified time) for the source[s] of this targetTargetHistory.getSources()
Constructors in net.sf.antcontrib.cpptasks with parameters of type SourceHistoryModifierConstructorDescriptionTargetHistory
(String config, String output, long outputLastModified, SourceHistory[] sources) Constructor from build step