Uses of Class
net.sf.antcontrib.cpptasks.SourceHistory
-
Packages that use SourceHistory Package Description net.sf.antcontrib.cpptasks 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 SourceHistory Modifier and Type Field Description private SourceHistory[]
TargetHistory. sources
Methods in net.sf.antcontrib.cpptasks that return SourceHistory Modifier and Type Method Description 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 targetSourceHistory[]
TargetHistory. getSources()
Constructors in net.sf.antcontrib.cpptasks with parameters of type SourceHistory Constructor Description TargetHistory(java.lang.String config, java.lang.String output, long outputLastModified, SourceHistory[] sources)
Constructor from build step
-