public interface FilterProvider
EventFilter for observation
events and a filter for commits.| Modifier and Type | Method and Description |
|---|---|
FilterConfigMBean |
getConfigMBean() |
EventFilter |
getFilter(NodeState before,
NodeState after)
Factory method for creating a
Filter for the passed before and after
states. |
java.lang.Iterable<java.lang.String> |
getSubTrees()
A set of paths whose subtrees include all events of this filter.
|
boolean |
includeCommit(java.lang.String sessionId,
CommitInfo info)
Filter whole commits.
|
boolean includeCommit(java.lang.String sessionId,
CommitInfo info)
true will be further processed to create individual events.sessionId - id of the filtering (this) sessioninfo - commit info of the commit or null if not availabletrue if observation events should be created from this
commit, false otherwise.ObserverEventFilter getFilter(NodeState before, NodeState after)
Filter for the passed before and after
states.before - before stateafter - after stateFilter instancejava.lang.Iterable<java.lang.String> getSubTrees()
FilterBuilder.addSubTree(String)FilterConfigMBean getConfigMBean()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"