org.apache.jmeter.gui.action

Class Load

Implemented Interfaces:
Command
Known Direct Subclasses:
LoadRecentProject

public class Load
extends Object
implements Command

Handles the Open (load a new file) and Merge commands.

Constructor Summary

Load()

Method Summary

void
doAction(ActionEvent e)
Set
getActionNames()
static boolean
insertLoadedTree(int id, HashTree tree)
static boolean
insertLoadedTree(int id, HashTree tree, boolean merging)
Returns a boolean indicating whether the loaded tree was a full test plan

Constructor Details

Load

public Load()

Method Details

doAction

public void doAction(ActionEvent e)
Specified by:
doAction in interface Command

getActionNames

public Set getActionNames()
Specified by:
getActionNames in interface Command

insertLoadedTree

public static boolean insertLoadedTree(int id,
                                       HashTree tree)
            throws Exception,
                   IllegalUserActionException

insertLoadedTree

public static boolean insertLoadedTree(int id,
                                       HashTree tree,
                                       boolean merging)
            throws Exception,
                   IllegalUserActionException
Returns a boolean indicating whether the loaded tree was a full test plan

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.