Class ProjectGenerate

java.lang.Object
aQute.bnd.build.ProjectGenerate
All Implemented Interfaces:
AutoCloseable

public class ProjectGenerate extends Object implements AutoCloseable
  • Method Details

    • generate

      public aQute.bnd.result.Result<Set<File>> generate(boolean force)
    • getInputs

      public aQute.bnd.result.Result<Set<File>> getInputs()
    • getOutputDirs

      public Set<File> getOutputDirs()
    • needsBuild

      public boolean needsBuild()
    • needsBuild

      public boolean needsBuild(List<File> ancestors)
    • clean

      public void clean()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable