Package com.sun.grid.cull

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

Related Classes of com.sun.grid.cull.CullJavaTemplateConverter

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.