niagara-ax/modules/cfr_output/javax/baja/platform/PlatformLicenseManager.java
2026-03-17 13:31:18 -07:00

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