-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
We can make it easier than the ZipImporter API to create a new Archive from a given ZIP File:
ShrinkWrap / ArchiveFactory:
public <T extends Assignable> T createFromZipFile(final Class<T> type, final File archiveFile)
Implement and test.