25 lines
830 B
Java
25 lines
830 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*
|
|
* Could not load the following classes:
|
|
* javax.baja.file.BIFile
|
|
*/
|
|
package javax.baja.platform;
|
|
|
|
import javax.baja.file.BIFile;
|
|
import javax.baja.platform.IPlatformOperationListener;
|
|
import javax.baja.platform.InstallOperation;
|
|
import javax.baja.platform.install.InstallationSummary;
|
|
import javax.baja.platform.install.PlatformPart;
|
|
|
|
public interface InstallManager {
|
|
public void install(InstallOperation var1, IPlatformOperationListener var2) throws Exception;
|
|
|
|
public InstallationSummary checkInstall(InstallOperation var1, IPlatformOperationListener var2) throws Exception;
|
|
|
|
public PlatformPart[] getPlatformParts(IPlatformOperationListener var1) throws Exception;
|
|
|
|
public void registerInstallableFile(BIFile var1, IPlatformOperationListener var2) throws Exception;
|
|
}
|
|
|