Package com.sun.grid.javaconv

Examples of com.sun.grid.javaconv.JavaTemplateConverter


   public void setTemplateFile(File templateFile) {
      this.templateFile = templateFile;
   }
  
   public JavaToJavaConverter createConverter() throws org.apache.tools.ant.BuildException {
      return new JavaTemplateConverter(javaConvAntTask.getBuildDir(), javaConvAntTask.getClassPathAsString(),
                                       templateFile, outputFile, prologFile, epilogFile,
                                       javaConvAntTask.getSource(), javaConvAntTask.getTarget());
                                      
   }
View Full Code Here

TOP

Related Classes of com.sun.grid.javaconv.JavaTemplateConverter

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.