2026-03-17 13:31:18 -07:00

51 lines
1.3 KiB
Java

/*
* Decompiled with CFR 0.152.
*/
package com.tridium.sys.module;
import javax.baja.file.zip.BZipFile;
import javax.baja.sys.BIcon;
import javax.baja.sys.Sys;
import javax.baja.sys.Type;
/*
* Illegal identifiers - consider using --renameillegalidents true
*/
public class BModuleFile
extends BZipFile {
public static final Type TYPE;
private static final BIcon icon;
static /* synthetic */ Class class$com$tridium$sys$module$BModuleFile;
public Type getType() {
return TYPE;
}
public BIcon getIcon() {
return icon;
}
static /* synthetic */ Class class(String string, boolean bl) {
try {
Class<?> clazz = Class.forName(string);
if (!bl) {
clazz = clazz.getComponentType();
}
return clazz;
}
catch (ClassNotFoundException classNotFoundException) {
throw new NoClassDefFoundError(classNotFoundException.getMessage());
}
}
static {
Class clazz = class$com$tridium$sys$module$BModuleFile;
if (clazz == null) {
clazz = class$com$tridium$sys$module$BModuleFile = BModuleFile.class("[Lcom.tridium.sys.module.BModuleFile;", false);
}
TYPE = Sys.loadType(clazz);
icon = BIcon.std("module.png");
}
}