Package jp.vmi.selenium.selenese.command
Interface ICommandFactory
-
- All Known Implementing Classes:
CommandFactory
public interface ICommandFactoryInterface of command factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICommandnewCommand(int index, String name, String... args)Constructs selenese command.
-