Examples of CullJavaTemplateConverter


Examples of com.sun.grid.cull.CullJavaTemplateConverter

      this.template = template;
   }

   public com.sun.grid.cull.CullConverter createConverter() throws BuildException {

      CullJavaTemplateConverter ret = new CullJavaTemplateConverter(cullConvAntTask.getBuildDir(),
                                                                    cullConvAntTask.getClassPathAsString(),
                                                                    getOutputDir(),
                                                                    template,
                                                                    cullConvAntTask.getSource(),
                                                                    cullConvAntTask.getTarget());
     
      ret.setPackagename(getPackagename());
     
      if(classSuffix != null ) {
         ret.setClassSuffix(classSuffix);
      }
     
      return ret;
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.