Package org.apache.jmeter.gui.action
Class Save
- java.lang.Object
-
- org.apache.jmeter.gui.action.Save
-
-
Field Summary
Fields Modifier and Type Field Description static String
JMX_FILE_EXTENSION
-
Constructor Summary
Constructors Constructor Description Save()
Constructor for the Save object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
Set<String>
getActionNames()
Gets the ActionNames attribute of the Save object.
-
-
-
Field Detail
-
JMX_FILE_EXTENSION
public static final String JMX_FILE_EXTENSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getActionNames
public Set<String> getActionNames()
Gets the ActionNames attribute of the Save object.- Specified by:
getActionNames
in interfaceCommand
- Returns:
- the ActionNames value
-
doAction
public void doAction(ActionEvent e) throws IllegalUserActionException
- Specified by:
doAction
in interfaceCommand
- Throws:
IllegalUserActionException
-
-