Package com.instantiations.installer.core.eclipse

Examples of com.instantiations.installer.core.eclipse.EclipseLocator


   * @return the install step (not <code>null</code>)
   */
  protected ChooseEclipseStep chooseEclipseStep() {
    ChooseEclipseStep step = new ChooseEclipseStep(installer);
    initStep(step, "LinkToEclipse");
    step.setLocator(new EclipseLocator(options) {
      protected EclipseInstallation[] findLinkedUnsorted() {
        File rootInstallDir = new File(options.getString(InstallOptions.OPTION_INSTALL_DIR));
        return findLinkedEclipseInstallations(rootInstallDir);
      }
      public void scan(final IProductLocatorListener listener) {
View Full Code Here

TOP

Related Classes of com.instantiations.installer.core.eclipse.EclipseLocator

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.