package com.wj.dexknife.shell.utils; import java.io.File; public interface FileHandler { public boolean handle(File file); }