Package jp.vmi.selenium.rollup
Class RollupRule
- java.lang.Object
-
- jp.vmi.selenium.rollup.RollupRule
-
- All Implemented Interfaces:
IRollupRule
public class RollupRule extends Object implements IRollupRule
Rollup rule.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandListgetExpandedCommands(Context context, Map<String,String> rollupArgs)Get exapanded command list.StringgetName()Get rollup rule name.
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:IRollupRuleGet rollup rule name.- Specified by:
getNamein interfaceIRollupRule- Returns:
- rollup rule name.
-
getExpandedCommands
public CommandList getExpandedCommands(Context context, Map<String,String> rollupArgs)
Description copied from interface:IRollupRuleGet exapanded command list.- Specified by:
getExpandedCommandsin interfaceIRollupRule- Parameters:
context- Runner object as Selenese Runner context.rollupArgs- arguments for rollup.- Returns:
- command list.
-
-