| Constructor and Description |
|---|
Recipe(List<String> directives,
Boolean save,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getDirectives() |
String |
getName() |
Boolean |
getSave() |
int |
hashCode() |
void |
setPragma(String directive)
Adds a pragma directive at the front of the recipe.
|
public List<String> getDirectives()
public void setPragma(String directive)
public Boolean getSave()
public String getName()
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.