net.sf.antcontrib.cpptasks
public final class TargetInfo extends Object
Constructor Summary | |
---|---|
TargetInfo(ProcessorConfiguration config, File[] sources, File[] sysSources, File output, boolean rebuild) |
Method Summary | |
---|---|
String[] | getAllSourcePaths() |
File[] | getAllSources() |
ProcessorConfiguration | getConfiguration() |
File | getOutput() |
boolean | getRebuild() |
SourceHistory[] | getSourceHistories(String basePath)
Returns an array of SourceHistory objects (contains relative path and
last modified time) for the source[s] of this target |
String[] | getSourcePaths() |
File[] | getSources() |
String[] | getSysSourcePaths() |
File[] | getSysSources() |
void | mustRebuild() |