Package org.cloudfoundry.ide.eclipse.server.ui.internal.actions

Examples of org.cloudfoundry.ide.eclipse.server.ui.internal.actions.ShowConsoleEditorAction


      InstanceStats stats = ((InstanceStatsAndInfo) instanceObject).getStats();

      if (stats != null) {
        try {
          CloudFoundryApplicationModule appModule = getExistingApplication();
          manager.add(new ShowConsoleEditorAction(cloudServer, appModule, Integer.parseInt(stats.getId())));
        }
        catch (CoreException ce) {
          logApplicationModuleFailureError(Messages.ApplicationDetailsPart_ERROR_GENERATE_APP_INSTANCE_CONTEXT_MENU);
        }
        catch (NumberFormatException e) {
View Full Code Here

TOP

Related Classes of org.cloudfoundry.ide.eclipse.server.ui.internal.actions.ShowConsoleEditorAction

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.