net.sf.antcontrib.cpptasks

Class TargetInfo

public final class TargetInfo extends Object

A description of a file built or to be built
Constructor Summary
TargetInfo(ProcessorConfiguration config, File[] sources, File[] sysSources, File output, boolean rebuild)
Method Summary
String[]getAllSourcePaths()
File[]getAllSources()
ProcessorConfigurationgetConfiguration()
FilegetOutput()
booleangetRebuild()
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()
voidmustRebuild()

Constructor Detail

TargetInfo

public TargetInfo(ProcessorConfiguration config, File[] sources, File[] sysSources, File output, boolean rebuild)

Method Detail

getAllSourcePaths

public String[] getAllSourcePaths()

getAllSources

public File[] getAllSources()

getConfiguration

public ProcessorConfiguration getConfiguration()

getOutput

public File getOutput()

getRebuild

public boolean getRebuild()

getSourceHistories

public SourceHistory[] getSourceHistories(String basePath)
Returns an array of SourceHistory objects (contains relative path and last modified time) for the source[s] of this target

getSourcePaths

public String[] getSourcePaths()

getSources

public File[] getSources()

getSysSourcePaths

public String[] getSysSourcePaths()

getSysSources

public File[] getSysSources()

mustRebuild

public void mustRebuild()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.