Package net.sf.antcontrib.cpptasks
Class TargetInfo
java.lang.Object
net.sf.antcontrib.cpptasks.TargetInfo
A description of a file built or to be built
-
Constructor Summary
ConstructorsConstructorDescriptionTargetInfo
(ProcessorConfiguration config, File[] sources, File[] sysSources, File output, boolean rebuild) -
Method Summary
-
Constructor Details
-
TargetInfo
public TargetInfo(ProcessorConfiguration config, File[] sources, File[] sysSources, File output, boolean rebuild)
-
-
Method Details
-
getAllSourcePaths
-
getAllSources
-
getConfiguration
-
getOutput
-
getRebuild
public boolean getRebuild() -
getSourceHistories
Returns an array of SourceHistory objects (contains relative path and last modified time) for the source[s] of this target -
getSourcePaths
-
getSources
-
getSysSourcePaths
-
getSysSources
-
mustRebuild
public void mustRebuild()
-