maspack.fileutil.uri
Interface URIxMatcher

All Known Implementing Classes:
ExactMatcher, RegexMatcher

public interface URIxMatcher

Used to see if a URI matches a specified pattern

Author:
"Antonio Sanchez" Creation date: 29 Oct 2012

Method Summary
 boolean matches(URIx uri)
           
 

Method Detail

matches

boolean matches(URIx uri)