コード例 #1
0
 public synchronized boolean cleanup() {
   this.built = false;
   return FileUtil.forceDelete(this.dir);
 }
コード例 #2
0
 protected void cleanupTempDirs() throws Exception {
   FileUtil.forceDelete(workdir);
 }
コード例 #3
0
 protected void tearDown() throws Exception {
   FileUtil.forceDelete(new File("build/test/cache"));
 }
コード例 #4
0
 protected void tearDown() throws Exception {
   FileUtil.forceDelete(cache);
   cleanupTempDirs();
 }