Package org.apache.jmeter.gui.action
Class Save
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.Save
- All Implemented Interfaces:
 Command
Save the current test plan; implements:
 Save
 Save TestPlan As
 Save (Selection) As
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidGets the ActionNames attribute of the Save object.Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Field Details
- 
JMX_FILE_EXTENSION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
Save
public Save()Constructor for the Save object. 
 - 
 - 
Method Details
- 
getActionNames
Gets the ActionNames attribute of the Save object.- Returns:
 - the ActionNames value
 
 - 
doAction
- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- Throws:
 IllegalUserActionException- See Also:
 
 
 -