Author: cziegeler
Date: Wed Oct 12 10:28:15 2016
New Revision: 1764432

URL: http://svn.apache.org/viewvc?rev=1764432&view=rev
Log:
SLING-6121 : Clarify glob pattern handling and support globs and search paths

Modified:
    
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java

Modified: 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java?rev=1764432&r1=1764431&r2=1764432&view=diff
==============================================================================
--- 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
 (original)
+++ 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
 Wed Oct 12 10:28:15 2016
@@ -65,6 +65,8 @@ public interface ResourceChangeListener
      * <ul>
      *     <li>The {@code *} character matches zero or more characters of a 
name component without crossing directory boundaries.</li>
      *     <li>The {@code **} characters match zero or more characters 
crossing directory boundaries.</li>
+     *     <li>If the pattern is relative (does not start with a slash), the 
relative path will be appended to all search paths of
+     *        the resource resolver.
      * </ul>
      *
      * <p>


Reply via email to