Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.util
Class PathMatcher

java.lang.Object
  extended by org.nuxeo.ecm.webengine.util.PathMatcher
Direct Known Subclasses:
PathMatcher.PrefixMatcher, PathMatcher.RegexMatcher

public class PathMatcher
extends Object

Author:
Bogdan Stefanescu

Nested Class Summary
static class PathMatcher.PrefixMatcher
           
static class PathMatcher.RegexMatcher
           
 
Method Summary
static PathMatcher getAllMatcher()
           
static PathMatcher getPrefixMatcher(String prefix)
           
static PathMatcher getRegexMatcher(String regex)
           
 boolean match(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRegexMatcher

public static PathMatcher getRegexMatcher(String regex)

getPrefixMatcher

public static PathMatcher getPrefixMatcher(String prefix)

getAllMatcher

public static PathMatcher getAllMatcher()

match

public boolean match(String value)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.