| Modifier and Type | Method and Description |
|---|---|
RecipeParser |
RecipeContext.getParser()
If this context is currently in use by a parser, this will be the reference to that parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigDefRecipeCommand.parse(RecipeParser parser,
RecipeContext context,
String[] args) |
void |
DeployRecipeCommand.parse(RecipeParser parser,
RecipeContext context,
String[] args) |
void |
RealizeRecipeCommand.parse(RecipeParser parser,
RecipeContext context,
String[] args) |
void |
CommandRecipeCommand.parse(RecipeParser parser,
RecipeContext context,
String[] args) |
void |
FileRecipeCommand.parse(RecipeParser parser,
RecipeContext context,
String[] args) |
void |
ScriptRecipeCommand.parse(RecipeParser parser,
RecipeContext context,
String[] args) |
void |
BundleRecipeCommand.parse(RecipeParser parser,
RecipeContext context,
String[] args) |
void |
RecipeCommand.parse(RecipeParser recipeParser,
RecipeContext context,
String[] args)
Parses this recipe command and optionally puts information in the context.
|
void |
RecipeContext.setParser(RecipeParser parser) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.