public static class LaunchSuite.ExistingSuite extends LaunchSuite
ExistingSuite is a non-temporary LaunchSuite based on an existing
file.LaunchSuite.ClassesAndMethodsSuite, LaunchSuite.ClassListSuite, LaunchSuite.ExistingSuite, LaunchSuite.MethodsSuite| Modifier and Type | Field and Description |
|---|---|
private java.io.File |
m_suitePath
The existing suite path (either relative to the project root or an absolute path)
|
m_temporary| Constructor and Description |
|---|
ExistingSuite(java.io.File path)
Constructs a
ExistingSuite based on an existing file |
| Modifier and Type | Method and Description |
|---|---|
XMLStringBuffer |
getSuiteBuffer() |
java.io.File |
save(java.io.File directory)
Trying to run an existing XML file: copy its content to where the plug-in
expects it.
|
isTemporaryprivate java.io.File m_suitePath
public ExistingSuite(java.io.File path)
ExistingSuite based on an existing filepath - the path to the existing Launch suite.public XMLStringBuffer getSuiteBuffer()
getSuiteBuffer in class LaunchSuitepublic java.io.File save(java.io.File directory)
save in class LaunchSuitedirectory - the directory where the suite file is to be saved.