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

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


   * bundle per runtime session. This location contains templates for simple
   * template projects.
   */
  public ContentLocation getTemplateContentLocation() {
    if (bundleTemplateLocation == null) {
      bundleTemplateLocation = new BundleTemplateLocation();
    }
    return bundleTemplateLocation;
  }
View Full Code Here

TOP

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

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.