org.eclipse.wst.server.ui
Class ServerUIUtil

java.lang.Object
  extended byorg.eclipse.wst.server.ui.ServerUIUtil

public class ServerUIUtil
extends java.lang.Object

Server UI utility methods.

Since:
1.0

Method Summary
static boolean showNewRuntimeWizard(Shell shell, java.lang.String type, java.lang.String version)
          Open the new runtime wizard.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showNewRuntimeWizard

public static boolean showNewRuntimeWizard(Shell shell,
                                           java.lang.String type,
                                           java.lang.String version)
Open the new runtime wizard.

Parameters:
shell - a shell to use when creating the wizard
type - the type of module to create a runtime for
version - the version of module to create a runtime for
Returns:
true if a runtime was created, or false otherwise