Package com.sun.grid.cull

Examples of com.sun.grid.cull.CullTemplateConverter


      this.templateFile = templateFile;
   }
  
   public com.sun.grid.cull.CullConverter createConverter() throws org.apache.tools.ant.BuildException {
     
      CullTemplateConverter converter = new CullTemplateConverter(cullConvAntTask.getBuildDir(),
                                                            cullConvAntTask.getClassPathAsString(),
                                                            getOutputFile(), templateFile,
                                                            cullConvAntTask.getSource(),
                                                            cullConvAntTask.getTarget());
      setScopeInConverter(converter);
View Full Code Here

TOP

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

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.