Package | Description |
---|---|
net.sf.antcontrib.cpptasks |
C++ and other compiled languages build support for Ant.
|
Modifier and Type | Method and Description |
---|---|
SourceHistory[] |
TargetInfo.getSourceHistories(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() |
Constructor and Description |
---|
TargetHistory(String config,
String output,
long outputLastModified,
SourceHistory[] sources)
Constructor from build step
|
Copyright © 2001–2017 Ant-Contrib Project. All rights reserved.