Package activityconfig.yaml
Class StmtsDocList
- java.lang.Object
-
- activityconfig.yaml.StmtsDocList
-
-
Constructor Summary
Constructors Constructor Description StmtsDocList(RawStmtsDocList rawStmtsDocList)
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getDocBindings()Return the list of all bindings combined across all docs, not including the block or statement level bindings.java.util.List<StmtsDoc>getStmtDocs()java.util.List<StmtsDoc>getStmtDocs(java.lang.String tagFilter)java.util.List<StmtDef>getStmts()java.util.List<StmtDef>getStmts(java.lang.String tagFilterSpec)java.util.Iterator<StmtsDoc>iterator()
-
-
-
Constructor Detail
-
StmtsDocList
public StmtsDocList(RawStmtsDocList rawStmtsDocList)
-
-
Method Detail
-
getStmtDocs
public java.util.List<StmtsDoc> getStmtDocs(java.lang.String tagFilter)
-
getStmtDocs
public java.util.List<StmtsDoc> getStmtDocs()
-
getStmts
public java.util.List<StmtDef> getStmts()
-
getStmts
public java.util.List<StmtDef> getStmts(java.lang.String tagFilterSpec)
- Parameters:
tagFilterSpec- a comma-separated tag filter spec- Returns:
- The list of all included statements for all included blocks of in this document, including the inherited and overridden values from the this doc and the parent block.
-
iterator
public java.util.Iterator<StmtsDoc> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<StmtsDoc>
-
getDocBindings
public java.util.Map<java.lang.String,java.lang.String> getDocBindings()
Return the list of all bindings combined across all docs, not including the block or statement level bindings.- Returns:
- A map of all bindings at the doc level.
-
-