Interface PluginFilesUtil.UnpackHandler<T extends Throwable>
-
- Enclosing class:
- PluginFilesUtil
public static interface PluginFilesUtil.UnpackHandler<T extends Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
failedToAccessPluginArchive(Exception e)
void
failedToUnpackEntry(String relativePath, File to, Exception e)
void
unpackingFile(String file, File to)
-