public interface RecipeCommand
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.