Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.common.utils
Class FilePathPattern

java.lang.Object
  extended by org.nuxeo.common.utils.FilePathPattern

public class FilePathPattern
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
FilePathPattern(Path path)
           
FilePathPattern(String path)
           
 
Method Summary
 boolean match(Path path)
           
 boolean match(String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePathPattern

public FilePathPattern(String path)

FilePathPattern

public FilePathPattern(Path path)
Method Detail

match

public boolean match(String text)

match

public boolean match(Path path)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.