18 package org.turro.file;
21 import org.amic.util.file.FileUtil;
22 import org.turro.zip.Unzipper;
23 import org.turro.file.action.UnZipAction;
37 new Unzipper().unzip(
file.getAbsolutePath(), FileUtil.getParentPath(
file.getAbsolutePath()));
41 String ext = FileUtil.getExtension(
file);
42 return "zip".equalsIgnoreCase(ext);
List< FileAction > actions
static boolean isMyType(File file)