Uses of Class
org.hackystat.sensorbase.uripattern.UriPattern

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

Uses of UriPattern in org.hackystat.sensorbase.uripattern
 

Methods in org.hackystat.sensorbase.uripattern that return types with arguments of type UriPattern
static java.util.List<UriPattern> UriPattern.getPatterns(Project project)
          Returns a List of UriPatterns extracted from the passed Project.
 

Methods in org.hackystat.sensorbase.uripattern with parameters of type UriPattern
 int UriPattern.compareTo(UriPattern another)
          Compares two objects.
 

Method parameters in org.hackystat.sensorbase.uripattern with type arguments of type UriPattern
static boolean UriPattern.matches(java.lang.String resource, java.util.List<UriPattern> uriPatterns)
          Returns true if resource matches any of the UriPatterns.