public class ConfigDefRecipeCommand extends Object implements RecipeCommand
| Constructor and Description |
|---|
ConfigDefRecipeCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the recipe command.
|
void |
parse(RecipeParser parser,
RecipeContext context,
String[] args)
Parses this recipe command and optionally puts information in the context.
|
public String getName()
RecipeCommandgetName in interface RecipeCommandpublic void parse(RecipeParser parser, RecipeContext context, String[] args)
RecipeCommandparse in interface RecipeCommandcontext - information where the parser can store information regarding the command that was processedargs - arguments passed to the command.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.