package javax.baja.platform; import javax.baja.file.BIFile; public interface BackupManager { void backup(BIFile bIFile, IPlatformOperationListener iPlatformOperationListener) throws Exception; }