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

12 lines
312 B
Java

package javax.baja.platform;
import javax.baja.file.BIFile;
public interface PlatformLicenseManager {
String getHostId() throws Exception;
BIFile[] getLicenses() throws Exception;
void installLicenses(BIFile[] bIFileArr, IPlatformOperationListener iPlatformOperationListener) throws Exception;
}