Class IncludeController

    • Constructor Detail

      • IncludeController

        public IncludeController()
        No-arg constructor
        See Also:
        Object()
    • Method Detail

      • setIncludePath

        public void setIncludePath​(String jmxfile)
        In the event an user wants to include an external JMX test plan the GUI would call this.
        Parameters:
        jmxfile - The path to the JMX test plan to include
      • getIncludePath

        public String getIncludePath()
        return the JMX file path.
        Returns:
        the JMX file path
      • getReplacementSubTree

        public HashTree getReplacementSubTree()
        The way ReplaceableController works is clone is called first, followed by replace(HashTree) and finally getReplacement().
        Specified by:
        getReplacementSubTree in interface ReplaceableController
        Returns:
        The replaced sub tree
        See Also:
        HashTree
      • getReplacementElement

        public TestElement getReplacementElement()
      • loadIncludedElements

        protected HashTree loadIncludedElements()
        load the included elements using SaveService
        Returns:
        tree with loaded elements