Class CreateRemoteProjectHandler


  • public class CreateRemoteProjectHandler
    extends java.lang.Object
    Handler to trigger remote project creation.
    Author:
    Eugen Neufeld
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.eclipse.swt.widgets.Shell shell, InternalRepository ecpRepository)
      Called by the framework when handler is triggered.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateRemoteProjectHandler

        public CreateRemoteProjectHandler()
    • Method Detail

      • execute

        @Execute
        public void execute​(org.eclipse.swt.widgets.Shell shell,
                            @Named("org.eclipse.ui.selection") @Optional
                            InternalRepository ecpRepository)
        Called by the framework when handler is triggered.
        Parameters:
        shell - The current Shell
        ecpRepository - The currently selected InternalRepository