public interface ObserverConfiguration
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ResourceChange.ChangeType> |
getChangeTypes()
The set of types listeners are interested in.
|
PathSet |
getExcludedPaths()
The set of excluded paths.
|
PathSet |
getPaths()
The set of paths this listener is interested in.
|
boolean |
includeExternal()
true if a listener is interested in external events. |
boolean |
matches(java.lang.String path)
Checks whether a path matches one of the paths of this configuration
but is not in the excluded paths set.
|
boolean includeExternal()
true if a listener is interested in external events.PathSet getPaths()
PathSet getExcludedPaths()
getPaths()java.util.Set<ResourceChange.ChangeType> getChangeTypes()
boolean matches(java.lang.String path)
path - The path to checktrue if the path matches the configuration."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"