Package org.ek9lang.core
Class ZipSet
java.lang.Object
org.ek9lang.core.ZipSet
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 Summary
ConstructorDescriptionZipSet()
ZipSet
(Path relativePath, Collection<File> files) ZipSet
(Collection<ZipBinaryContent> entries) -
Method Summary
-
Constructor Details
-
ZipSet
public ZipSet() -
ZipSet
-
ZipSet
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
isFileBased
public boolean isFileBased() -
isEntryBased
public boolean isEntryBased() -
getRelativePath
-
getFiles
-
getEntries
-