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