public class ExtractAllFiles extends Object
| Modifier and Type | Field and Description |
|---|---|
protected File |
destination |
protected org.slf4j.Logger |
logger |
protected Map<String,ZipItem> |
pathItemMap |
protected net.lingala.zip4j.core.ZipFile |
zipFile |
| Constructor and Description |
|---|
ExtractAllFiles(String path) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ZipItem> |
assignParents() |
protected ZipFolder |
createPath(String path) |
List<ZipItem> |
getModel() |
protected org.slf4j.Logger logger
protected net.lingala.zip4j.core.ZipFile zipFile
protected File destination
public ExtractAllFiles(String path) throws InternalErrorException
InternalErrorExceptionpublic List<ZipItem> getModel() throws IOException, InternalErrorException
InternalErrorExceptionIOExceptionCopyright © 2020. All Rights Reserved.