Package com.urswolfer.intellij.plugin.gerrit.ui.action

Examples of com.urswolfer.intellij.plugin.gerrit.ui.action.GerritActionsModule


        bind(GerritCheckoutProvider.class);
        bind(GerritHttpAuthDataProvider.class);
        bind(GerritPushExtension.class);

        install(new UtilsModule());
        install(new GerritActionsModule());
        install(new GerritDiffModule());
        install(new GerritRestModule());
        install(new GerritUiModule());
    }
View Full Code Here

TOP

Related Classes of com.urswolfer.intellij.plugin.gerrit.ui.action.GerritActionsModule

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.