org.hackystat.sensorbase.uripattern
Interface Pattern

All Known Implementing Classes:
AtomicPattern, CompoundPattern

interface Pattern

Pattern.

Author:
(Cedric) Qin ZHANG

Method Summary
 boolean matches(java.lang.String filePath)
          Tests whether the pattern matches a file path.
 

Method Detail

matches

boolean matches(java.lang.String filePath)
Tests whether the pattern matches a file path.

Parameters:
filePath - The file path to match.
Returns:
True if there is a match.