Interface ArtifactCollector

All Known Implementing Classes:
DefaultArtifactCollector

public interface ArtifactCollector
  • Method Details

    • addFile

      void addFile(File file, String type)
      Called to inform that a file has been created by the exporter.
    • getFileCount

      int getFileCount(String type)
    • getFiles

      File[] getFiles(String type)
    • getFileTypes

      Set<String> getFileTypes()
    • formatFiles

      void formatFiles()