public abstract class LaunchSuite extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LaunchSuite.ExistingSuite
ExistingSuite is a non-temporary LaunchSuite based on an existing
file. |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_temporary |
| Modifier | Constructor and Description |
|---|---|
protected |
LaunchSuite(boolean isTemp)
Constructs a
LaunchSuite |
| Modifier and Type | Method and Description |
|---|---|
abstract XMLStringBuffer |
getSuiteBuffer() |
boolean |
isTemporary()
Returns the temporary state.
|
abstract File |
save(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 File save(File directory)
directory - the directory where the suite file is to be saved.public abstract XMLStringBuffer getSuiteBuffer()
Copyright © 2024. All rights reserved.