public interface IKeyword
Modifier and Type | Method and Description |
---|---|
void |
execute(String keyword,
Object[] args)
Executes the specified keyword with specified given arguments.
|
boolean |
isSupported(String keyword,
Object[] args)
Verifies whether the said keyword with the arguments is supported by the implementing class or not.
|
boolean isSupported(String keyword, Object[] args)
keyword
- Keyword that needs to be executedargs
- Arguments that needs to be used to execute the said keywordtrue
or false
depending upon the condition whether the "keyword"
with specified no. of arguments is supported or not.Copyright © 2014. All rights reserved.