net.sf.antcontrib.cpptasks
Class TargetInfo
java.lang.Object
net.sf.antcontrib.cpptasks.TargetInfo
public final class TargetInfo
- extends Object
A description of a file built or to be built
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetInfo
public TargetInfo(ProcessorConfiguration config,
File[] sources,
File[] sysSources,
File output,
boolean rebuild)
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.