|
|
|
@ -1906,6 +1906,7 @@ public class DesignerEnvManager implements XMLReadable, XMLWriter, AsyncXmlReada
|
|
|
|
|
.init("jdkHome", (e) -> this.jdkHome = e.getElementValue()) |
|
|
|
|
.init("lastBBSTime", DesignerEnvManager.this::readLastBBSTime) |
|
|
|
|
.init("lastBBSNewsTime", DesignerEnvManager.this::readLastBBSNewsTime) |
|
|
|
|
.init("uuid", DesignerEnvManager.this::readUUID) |
|
|
|
|
.init("ActivationKey", DesignerEnvManager.this::readActiveKey) |
|
|
|
|
.init("status", DesignerEnvManager.this::readActiveStatus) |
|
|
|
|
.init(CAS_PARAS, DesignerEnvManager.this::readHttpsParas) |
|
|
|
|