package yukihane.saccubus.converter.profile; /** * * @author yuki */ public interface InputFileSetting { SFile getFile(); boolean isDownload(); }