Exemplo n.º 1
0
  @After
  public void after() {
    System.out.println("*************************************************************");
    System.out.println("***************************after*****************************");
    System.out.println("*************************************************************");
    localBucketIndex.stop();

    work = new File(System.getProperty("java.io.tmpdir", "."), "Puma");

    try {
      FileUtils.deleteDirectory(work);
    } catch (IOException e) {
      e.printStackTrace();
    }

    System.out.println("*************************************************************");
    System.out.println("****************************End******************************");
    System.out.println("*************************************************************");
  }