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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ProcessorConfiguration
private static final File[]
private File
private boolean
private File[]
private File[]
-
Constructor Summary
ConstructorsConstructorDescriptionTargetInfo
(ProcessorConfiguration config, File[] sources, File[] sysSources, File output, boolean rebuild) -
Method Summary
-
Field Details
-
emptyFileArray
-
config
-
output
-
rebuild
private boolean rebuild -
sources
-
sysSources
-
-
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()
-