/* * 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; public interface PlatformLicenseManager { public String getHostId() throws Exception; public BIFile[] getLicenses() throws Exception; public void installLicenses(BIFile[] var1, IPlatformOperationListener var2) throws Exception; }