Package org.hackystat.sensorbase.uripattern

Provides the UriPattern class for matching UriPatterns against resource strings.

See:
          Description

Interface Summary
Operator Logic operator for two patterns.
Pattern Pattern.
 

Class Summary
AndOperator And logic operator for two patterns.
AtomicPattern Atomic pattern.
CompoundPattern Compound pattern.
NotOperator Not logic operator for two patterns.
OrOperator Or logic operator for two patterns.
PatternMatcher A utility class which does pattern matches.
PatternMatcherImpl For package internal use only.
TestPatternMatcher Test suite for PatternMatcher.
TestUriPattern Test suite for UriPatterns.
UriPattern Implements a UriPattern, such as "file://foo/*.java", which can then be matched against a concrete URI string, such as "file://foo/Bar.java".
 

Package org.hackystat.sensorbase.uripattern Description

Provides the UriPattern class for matching UriPatterns against resource strings.