Package org.springframework.ide.eclipse.wizard.template

Examples of org.springframework.ide.eclipse.wizard.template.SpringVersionProcessor


  public TemplateProcessor(Map<String, String> replacementContext, SpringVersion springVersion) {
    this.replacementContext = replacementContext;

    if (springVersion != null && !springVersion.equals(SpringVersion.DEFAULT)) {
      this.springProcessor = new SpringVersionProcessor(springVersion.getVersion());
    }
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.wizard.template.SpringVersionProcessor

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.