コード例 #1
0
ファイル: ThreadUtil.java プロジェクト: hungdt138/mastercp
 public static String getBackupDir(ManageableThread thread) throws AppException {
   return thread.loadDirectory("backupDir", true, false);
 }
コード例 #2
0
ファイル: ThreadUtil.java プロジェクト: hungdt138/mastercp
 public static String getExportDir(ManageableThread thread) throws AppException {
   return thread.loadDirectory("exportDir", true, true);
 }