Class GFLauncherFactory
java.lang.Object
com.sun.enterprise.admin.launcher.GFLauncherFactory
- Author:
- bnevins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GFLaunchergetInstance(org.glassfish.api.admin.RuntimeType type)
-
Constructor Details
-
GFLauncherFactory
public GFLauncherFactory()
-
-
Method Details
-
getInstance
public static GFLauncher getInstance(org.glassfish.api.admin.RuntimeType type) throws GFLauncherException - Parameters:
type- The type of server to launch.- Returns:
- A launcher instance that can be used for launching the specified server type.
- Throws:
GFLauncherException
-