org.apache.jmeter.gui.action

Class Save

Implemented Interfaces:
Command

public class Save
extends Object
implements Command

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

Field Summary

static String
JMX_FILE_EXTENSION

Constructor Summary

Save()
Constructor for the Save object.

Method Summary

void
doAction(ActionEvent e)
Set
getActionNames()
Gets the ActionNames attribute of the Save object.

Field Details

JMX_FILE_EXTENSION

public static final String JMX_FILE_EXTENSION

Constructor Details

Save

public Save()
Constructor for the Save object.

Method Details

doAction

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

getActionNames

public Set getActionNames()
Gets the ActionNames attribute of the Save object.
Specified by:
getActionNames in interface Command
Returns:
the ActionNames value

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