Package org.springsource.ide.eclipse.commons.content.core

Examples of org.springsource.ide.eclipse.commons.content.core.ContentLocation


  public static final String INSTALL_DIRECTORY = "simpleprojects";

  public static SimpleProjectContentManager getManager() {
    if (manager == null) {
      manager = new SimpleProjectContentManager();
      ContentLocation location = WizardPlugin.getDefault().getTemplateContentLocation();
      manager.addContentLocation(location);
    }
    return manager;
  }
View Full Code Here

TOP

Related Classes of org.springsource.ide.eclipse.commons.content.core.ContentLocation

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.