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 voidfailedToAccessPluginArchive(Exception e)voidfailedToUnpackEntry(String relativePath, File to, Exception e)voidunpackingFile(String file, File to)
-