Package jp.vmi.selenium.rollup
Interface IRollupRule
-
- All Known Implementing Classes:
RollupRule
public interface IRollupRuleRollup rule interface.
-
-
Method Summary
All Methods Instance Methods Abstract 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
String getName()
Get rollup rule name.- Returns:
- rollup rule name.
-
getExpandedCommands
CommandList getExpandedCommands(Context context, Map<String,String> rollupArgs)
Get exapanded command list.- Parameters:
context- Runner object as Selenese Runner context.rollupArgs- arguments for rollup.- Returns:
- command list.
-
-