|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecipeCommand
| Method Summary | |
|---|---|
String |
getName()
The name of the recipe command. |
void |
parse(RecipeParser recipeParser,
RecipeContext context,
String[] args)
Parses this recipe command and optionally puts information in the context. |
| Method Detail |
|---|
String getName()
void parse(RecipeParser recipeParser,
RecipeContext context,
String[] args)
parser - the parser that is invoking this commandcontext - information where the parser can store information regarding the command that was processedargs - arguments passed to the command.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||