Apache JMeter
2.0.1.20050615

org.apache.jmeter.gui.action
Class Save

java.lang.Object
  extended byorg.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

Nested Class Summary
static class Save.Test
           
 
Field Summary
static String SAVE
           
static String SAVE_ALL_AS
           
static String SAVE_AS
           
 
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_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
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
Throws:
IllegalUserActionException

Apache JMeter
2.0.1.20050615

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