Apache JMeter

org.apache.jmeter.report.gui.action
Class ReportSave

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

public class ReportSave
extends java.lang.Object
implements Command


Field Summary
static java.lang.String SAVE
           
static java.lang.String SAVE_ALL_AS
           
static java.lang.String SAVE_AS
           
 
Constructor Summary
ReportSave()
          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

SAVE_ALL_AS

public static final java.lang.String SAVE_ALL_AS
See Also:
Constant Field Values

SAVE_AS

public static final java.lang.String SAVE_AS
See Also:
Constant Field Values

SAVE

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

ReportSave

public ReportSave()
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.