| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
GFLauncherInfo.getArgs() |
List<String> |
GFLauncherInfo.getArgsAsList() |
String[] |
GFLauncherInfo.getArgsAsStringArray()
TEMPORARY.
|
static GFLauncher |
GFLauncherFactory.getInstance(org.glassfish.api.admin.RuntimeType type) |
File |
GFLauncherInfo.getInstanceRootDir() |
String |
GFLauncher.getLogFilename()
Get the location of the server logfile
|
Process |
GFLauncher.getProcess()
You don't want to call this before calling launch because it would not
make sense.
|
com.sun.enterprise.universal.process.ProcessStreamDrainer |
GFLauncher.getProcessStreamDrainer()
A ProcessStreamDrainer is always attached to every Process created here.
|
void |
GFLauncher.launch()
Launches the server.
|
void |
GFLauncher.launchJVM(List<String> cmdsIn) |
void |
GFLauncher.relaunch()
Launches the server - but forces the setup() to go through again.
|
void |
GFLauncher.setup() |
Copyright © 2015. All rights reserved.