Class LaunchSuite.ExistingSuite

  • Enclosing class:
    LaunchSuite

    public static class LaunchSuite.ExistingSuite
    extends LaunchSuite
    ExistingSuite is a non-temporary LaunchSuite based on an existing file.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExistingSuite​(java.io.File path)
      Constructs a ExistingSuite based on an existing file
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExistingSuite

        public ExistingSuite​(java.io.File path)
        Constructs a ExistingSuite based on an existing file
        Parameters:
        path - the path to the existing Launch suite.
    • Method Detail

      • save

        public 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.
        Specified by:
        save in class LaunchSuite
        Parameters:
        directory - the directory where the suite file is to be saved.
        Returns:
        the file pathname of the saved file.