Package org.apache.karaf.eik.ui.wizards.provisioner

Examples of org.apache.karaf.eik.ui.wizards.provisioner.KarafInstallationSelectionPage


    public void addPages() {
        mainPage = new NewKarafProjectWizardPage("Create a new Apache Karaf project", selection);

        addPage(mainPage);

        installationSelectionPage = new KarafInstallationSelectionPage("Locate an Apache Karaf Installation");

        addPage(installationSelectionPage);

        super.addPages();
    }
View Full Code Here

TOP

Related Classes of org.apache.karaf.eik.ui.wizards.provisioner.KarafInstallationSelectionPage

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.