MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / save_tomcat

Method save_tomcat

class/projectModel/javaModel.py:882–888  ·  view source on GitHub ↗

@name 保存tomcat配置文件 @author lkq<2021-08-27>

(self)

Source from the content-addressed store, hash-verified

880
881 # 保存配置
882 def save_tomcat(self):
883 ''&#x27;
884 @name 保存tomcat配置文件
885 @author lkq<2021-08-27>
886 ''&#x27;
887 self.format(self.__ROOT)
888 self.__TREE.write(self.__CONF_FILE, 'utf-8')
889
890 def get_vhost(self, domain):
891 ''&#x27;

Callers 6

add_vhostMethod · 0.95
del_vhostMethod · 0.95
TomcatSetPortMethod · 0.95
Set_Domain_pathMethod · 0.95
TomcatSetPathMethod · 0.95

Calls 2

formatMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected