org.apache.jmeter.report.gui.action

Class ReportSave

Implemented Interfaces:
Command

public class ReportSave
extends Object
implements Command

Field Summary

static String
SAVE
static String
SAVE_ALL_AS
static String
SAVE_AS

Constructor Summary

ReportSave()
Constructor for the Save object.

Method Summary

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

Field Details

SAVE

public static final String SAVE

SAVE_ALL_AS

public static final String SAVE_ALL_AS

SAVE_AS

public static final String SAVE_AS

Constructor Details

ReportSave

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