@PublicEvolving public interface RecipeParser extends Serializable
RecipePipeline will process.| Modifier and Type | Method and Description |
|---|---|
void |
initialize(DirectiveContext context)
Initialises the directive with a
DirectiveContext. |
List<Directive> |
parse()
Generates a configured set of
Executor to be executed. |
List<Directive> parse() throws DirectiveLoadException, DirectiveNotFoundException, DirectiveParseException
Executor to be executed.Executor.DirectiveLoadExceptionDirectiveNotFoundExceptionDirectiveParseExceptionvoid initialize(DirectiveContext context)
DirectiveContext.context - instance of context object or null.Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.