|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.epics.pvmanager.DataRecipeBuilder
public class DataRecipeBuilder
Builder class for DataRecipe.
| Constructor Summary | |
|---|---|
DataRecipeBuilder()
New builder. |
|
| Method Summary | |
|---|---|
void |
addAll(DataRecipeBuilder recipe)
Add all elements from another builder. |
void |
addCollector(Collector<?> collector,
java.util.Map<java.lang.String,ValueCache> caches)
Add a collector and the channel/caches this collector will get values from. |
DataRecipe |
build()
Builds the recipe. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataRecipeBuilder()
| Method Detail |
|---|
public void addCollector(Collector<?> collector,
java.util.Map<java.lang.String,ValueCache> caches)
collector - a collectorcaches - the channel/cachespublic void addAll(DataRecipeBuilder recipe)
recipe - another recipsepublic DataRecipe build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||