Package jric.cleaner

Examples of jric.cleaner.JavaCleaner


public class JavaCleanerTest {

  @Test
  public void existenceTest () {
    Cleaner c = new JavaCleaner();
    assertNotNull(c);
  }
View Full Code Here


      System.out.println("Target: "+targetLocation.getAbsolutePath());
    } else {
      throw new RuntimeException("Can't access file: "+targetLocation.getAbsolutePath());
    }
   
    Cleaner c = new JavaCleaner();
    c.cleanSourceFiles(targetLocation);
   
  }
View Full Code Here

TOP

Related Classes of jric.cleaner.JavaCleaner

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.