我在Jython中导入了WLSTModule并调用:
servers = wls.ls("/Clusters/SOA_Cluster/Servers", returnMap='true', returnType='c')
将wlstModule导入为wls
然而,这会引发错误
File "/tmp/wlst_module26609970055824621399.py", line 197, in ls
File "/tmp/wlst_module11719639529486505305.py", line 664, in _getList
NameError: String
查看了基础行String(child).startsWith("d")
。
我认为你真的不能像那样做一个String cast吗?