Package com.sun.grid.javaconv

Examples of com.sun.grid.javaconv.JavaToJavaTemplateConverter


   public void setTemplateFile(File templateFile) {
      this.templateFile = templateFile;
   }
  
   public JavaToJavaConverter createConverter() throws org.apache.tools.ant.BuildException {
      return new JavaToJavaTemplateConverter(javaConvAntTask.getBuildDir(), javaConvAntTask.getClassPathAsString(), outputDir,
                                             packageName, templateFile, classSuffix, fileSuffix,
                                             javaConvAntTask.getSource(), javaConvAntTask.getTarget());
   }
View Full Code Here

TOP

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

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.