Nuxeo Enterprise Platform 5.4

org.nuxeo.common.utils
Class FilePathPattern

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

public class FilePathPattern
extends java.lang.Object

Author:
Bogdan Stefanescu

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

Constructor Detail

FilePathPattern

public FilePathPattern(java.lang.String path)

FilePathPattern

public FilePathPattern(Path path)
Method Detail

match

public boolean match(java.lang.String text)

match

public boolean match(Path path)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.