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
  • Field Details

    • emptyFileArray

      private static final File[] emptyFileArray
    • config

      private ProcessorConfiguration config
    • output

      private File output
    • rebuild

      private boolean rebuild
    • sources

      private File[] sources
    • sysSources

      private File[] sysSources
  • Constructor Details

  • Method Details

    • 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()