org.apache.jmeter.gui.action
Class Save
java.lang.Object
org.apache.jmeter.gui.action.Save
- All Implemented Interfaces:
- Command
- public class Save
- extends Object
- implements Command
- Version:
- $Revision: 1.22 $ updated on $Date: 2004/02/20 01:03:07 $
- Author:
- Michael Stover, Keith Lancaster
Constructor Summary |
Save()
Constructor for the Save object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAVE_ALL_AS
public static final String SAVE_ALL_AS
- See Also:
- Constant Field Values
SAVE_AS
public static final String SAVE_AS
- See Also:
- Constant Field Values
SAVE
public static final String SAVE
- See Also:
- Constant Field Values
Save
public Save()
- Constructor for the Save object.
getActionNames
public Set getActionNames()
- Gets the ActionNames attribute of the Save object.
- Specified by:
getActionNames
in interface Command
- Returns:
- the ActionNames value
setTestPlanFile
public void setTestPlanFile(String f)
doAction
public void doAction(ActionEvent e)
throws IllegalUserActionException
- Specified by:
doAction
in interface Command
- Throws:
IllegalUserActionException
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.