コード例 #1
0
 private String getTargetRootPath() {
   AcPropertyRegistry pr = AcPropertyRegistries.getGlobal();
   return pr.getLogFtpServerTargetPath();
 }
コード例 #2
0
 private boolean isLogCopyEnabled() {
   AcPropertyRegistry pr = AcPropertyRegistries.getGlobal();
   return pr.getLogCopyEnabled();
 }
コード例 #3
0
 private boolean isFtpEnabled() {
   AcPropertyRegistry pr = AcPropertyRegistries.getGlobal();
   return pr.getLogFtpServerEnabled();
 }