Package org.apache.pluto.util.assemble.file

Examples of org.apache.pluto.util.assemble.file.FileAssemblerAnt


       
        return new FileAssembler();
    }
   
    public Assembler createAssemblerAnt(AssemblerConfig config){
      return new FileAssemblerAnt();
    }
View Full Code Here

TOP

Related Classes of org.apache.pluto.util.assemble.file.FileAssemblerAnt

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.