Uses of Interface
org.hackystat.sensorbase.uripattern.Pattern

Packages that use Pattern
org.hackystat.sensorbase.uripattern Provides the UriPattern class for matching UriPatterns against resource strings. 
 

Uses of Pattern in org.hackystat.sensorbase.uripattern
 

Classes in org.hackystat.sensorbase.uripattern that implement Pattern
(package private)  class AtomicPattern
          Atomic pattern.
(package private)  class CompoundPattern
          Compound pattern.
 

Methods in org.hackystat.sensorbase.uripattern with parameters of type Pattern
 boolean OrOperator.matches(Pattern[] patterns, java.lang.String filePath)
          Perform operator operation.
 boolean Operator.matches(Pattern[] patterns, java.lang.String filePath)
          Perform operator operation.
 boolean NotOperator.matches(Pattern[] patterns, java.lang.String filePath)
          Perform operator operation.
 boolean AndOperator.matches(Pattern[] patterns, java.lang.String filePath)
          Perform operator operation.
 

Constructors in org.hackystat.sensorbase.uripattern with parameters of type Pattern
CompoundPattern(Operator operator, Pattern[] operands)
          Creates a new compound pattern.