Class ZipSet

java.lang.Object
org.ek9lang.core.ZipSet

public final class ZipSet extends Object
Just a common base directory and a list of files with that common base. But also can just contain binary contents i.e. one or the other. Makes it easy to take a range of files from various locations and drop them into a zip.
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
    • isFileBased

      public boolean isFileBased()
    • isEntryBased

      public boolean isEntryBased()
    • getRelativePath

      public Path getRelativePath()
    • getFiles

      public Collection<File> getFiles()
    • getEntries

      public Collection<ZipBinaryContent> getEntries()