public class LaunchpadEnvironment extends Object
Modifier and Type | Field and Description |
---|---|
static String |
WORK_DIR_NAME
The work directory created by starting launchpad.
|
Constructor and Description |
---|
LaunchpadEnvironment(File launchpadJar,
boolean cleanWorkingDirectory,
boolean shutdownOnExit,
int readyTimeOutSec,
String debug) |
Modifier and Type | Method and Description |
---|---|
String |
getDebug() |
int |
getReadyTimeOutSec() |
boolean |
isShutdownOnExit() |
File |
prepare(File folder)
Prepare a new instance.
|
public static final String WORK_DIR_NAME
public boolean isShutdownOnExit()
public int getReadyTimeOutSec()
public File prepare(File folder) throws IOException
folder
- The target folder for the instanceIOException
- if an error occurs.public String getDebug()
StartMojo.debug
.Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.