public final class TargetInfo
extends java.lang.Object
Constructor and Description |
---|
TargetInfo(ProcessorConfiguration config,
java.io.File[] sources,
java.io.File[] sysSources,
java.io.File output,
boolean rebuild) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllSourcePaths() |
java.io.File[] |
getAllSources() |
ProcessorConfiguration |
getConfiguration() |
java.io.File |
getOutput() |
boolean |
getRebuild() |
SourceHistory[] |
getSourceHistories(java.lang.String basePath)
Returns an array of SourceHistory objects (contains relative path and
last modified time) for the source[s] of this target
|
java.lang.String[] |
getSourcePaths() |
java.io.File[] |
getSources() |
java.lang.String[] |
getSysSourcePaths() |
java.io.File[] |
getSysSources() |
void |
mustRebuild() |
public TargetInfo(ProcessorConfiguration config, java.io.File[] sources, java.io.File[] sysSources, java.io.File output, boolean rebuild)
public java.lang.String[] getAllSourcePaths()
public java.io.File[] getAllSources()
public ProcessorConfiguration getConfiguration()
public java.io.File getOutput()
public boolean getRebuild()
public SourceHistory[] getSourceHistories(java.lang.String basePath)
public java.lang.String[] getSourcePaths()
public java.io.File[] getSources()
public java.lang.String[] getSysSourcePaths()
public java.io.File[] getSysSources()
public void mustRebuild()
Copyright ? 2001-2017 Ant-Contrib project. All Rights Reserved.