예제 #1
0
 public static void cleanZK(String base) {
   if (APP.exists(base)) {
     APP.deleteTree(base);
   }
   APP.makeSurePathExists(base);
 }