LaunchSuite.ExistingSuitepublic abstract class LaunchSuite
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LaunchSuite.ExistingSuite |
ExistingSuite is a non-temporary LaunchSuite based on an existing
file. |
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
m_temporary |
| Modifier | Constructor | Description |
|---|---|---|
protected |
LaunchSuite(boolean isTemp) |
Constructs a
LaunchSuite |
| Modifier and Type | Method | Description |
|---|---|---|
abstract XMLStringBuffer |
getSuiteBuffer() |
|
boolean |
isTemporary() |
Returns the temporary state.
|
abstract java.io.File |
save(java.io.File directory) |
Saves the suite file in the specified directory and returns the file
pathname.
|
protected LaunchSuite(boolean isTemp)
LaunchSuiteisTemp - the temporary statuspublic boolean isTemporary()
public abstract java.io.File save(java.io.File directory)
directory - the directory where the suite file is to be saved.public abstract XMLStringBuffer getSuiteBuffer()