Apache JMeter

org.apache.jmeter.gui.action
Class Save

java.lang.Object
  extended by org.apache.jmeter.gui.action.Save
All Implemented Interfaces:
Command

public class Save
extends java.lang.Object
implements Command

Save the current test plan; implements: Save Save TestPlan As Save (Selection) As


Field Summary
static java.lang.String JMX_FILE_EXTENSION
           
 
Constructor Summary
Save()
          Constructor for the Save object.
 
Method Summary
 void doAction(java.awt.event.ActionEvent e)
           
 java.util.Set getActionNames()
          Gets the ActionNames attribute of the Save object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JMX_FILE_EXTENSION

public static final java.lang.String JMX_FILE_EXTENSION
See Also:
Constant Field Values
Constructor Detail

Save

public Save()
Constructor for the Save object.

Method Detail

getActionNames

public java.util.Set getActionNames()
Gets the ActionNames attribute of the Save object.

Specified by:
getActionNames in interface Command
Returns:
the ActionNames value

doAction

public void doAction(java.awt.event.ActionEvent e)
              throws IllegalUserActionException
Specified by:
doAction in interface Command
Throws:
IllegalUserActionException

Apache JMeter

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