public interface IDilaExtractService
Modifier and Type | Method and Description |
---|---|
void |
extract(File file,
String strArchiveName,
String strDirPathExtract,
String strDirPathCopy)
Extract file
|
void |
extractAll()
Extract all files
|
boolean |
isValidParameters(String strArchivesDirPath)
Check if parameter are valid
|
void extractAll() throws DilaException
DilaException
- Daemon exceptionboolean isValidParameters(String strArchivesDirPath)
strArchivesDirPath
- the dir to checktrue
if parameters are valid; else
false
void extract(File file, String strArchiveName, String strDirPathExtract, String strDirPathCopy) throws Exception
file
- file to extractstrArchiveName
- the archive namestrDirPathExtract
- the dir pathstrDirPathCopy
- the dir copy pathException
- occurs during treatmentCopyright © 2017 City of Paris. All rights reserved.