Package gluebooster.maven.preprocessor.javasources

Examples of gluebooster.maven.preprocessor.javasources.JavaSourcePreprocessor


public class TestJavaSourcePreprocessor {

  @Test
  public void executeTest() throws Exception{
    JavaSourcePreprocessor processor = new JavaSourcePreprocessor();
    processor.setSource("willNotBeFound");
    processor.setBasedir("willNotBeFound2");
    processor.setTargetdir("willNotBeFound3");
    processor.execute();
 
View Full Code Here

TOP

Related Classes of gluebooster.maven.preprocessor.javasources.JavaSourcePreprocessor

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.