Interface SessionTrees.BranchMappingTable.Builder
- Enclosing interface:
- SessionTrees.BranchMappingTable
public static interface SessionTrees.BranchMappingTable.Builder
Builder for
SessionTrees.BranchMappingTable instances.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaddBranchMapping(String sessionFilter, String topicTreeBranch) Add a new branch mapping.Create a new branch mapping table.reset()Reset the builder.
-
Method Details
-
reset
Reset the builder.- Returns:
- this Builder
-
addBranchMapping
SessionTrees.BranchMappingTable.Builder addBranchMapping(String sessionFilter, String topicTreeBranch) Add a new branch mapping.- Parameters:
sessionFilter- the session filtertopicTreeBranch- the target branch in the topic tree for sessions matching the session filter- Returns:
- this Builder
-
create
Create a new branch mapping table.- Parameters:
sessionTreeBranch- the session tree branch
-