Apache JMeter
1.9

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.14 $
Author:
Michael Stover

Nested Class Summary
static class Save.Test
           
 
Field Summary
static String SAVE
           
static String SAVE_ALL
           
static String SAVE_TO_PREVIOUS
           
 
Constructor Summary
Save()
          Constructor for the Save object.
 
Method Summary
 void doAction(ActionEvent e)
           
 Set getActionNames()
          Gets the ActionNames attribute of the Save object.
 void setTestPlanFile(String f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAVE_ALL

public static final String SAVE_ALL
See Also:
Constant Field Values

SAVE

public static final String SAVE
See Also:
Constant Field Values

SAVE_TO_PREVIOUS

public static final String SAVE_TO_PREVIOUS
See Also:
Constant Field Values
Constructor Detail

Save

public Save()
Constructor for the Save object.

Method Detail

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
IllegalUserActionException

Apache JMeter
1.9

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