public interface ExploderFileProcessor
| Modifier and Type | Method and Description |
|---|---|
default String |
getVirtualPath(File baseDir,
File target)
Return the virtual path from the top level to the target location removing any temporary 'unpacked' markers.
|
void |
processFile(File baseDir,
File file)
Perform arbitrary processing upon a standard file after unpacking and decompression.
|
void processFile(File baseDir, File file) throws InternalException
baseDir - the base temporary folder from which the zip/jar/ear/war/etc was unzippedfile - file to processInternalException - if the processing reports an error. This will abort the
unpack/decompress.default String getVirtualPath(File baseDir, File target)
baseDir - the top level working directorytarget - the target fileCopyright © 2018. All Rights Reserved.