Uses of Class
org.sonar.api.utils.WildcardPattern

Packages that use WildcardPattern
org.sonar.api.utils   
 

Uses of WildcardPattern in org.sonar.api.utils
 

Methods in org.sonar.api.utils that return WildcardPattern
static WildcardPattern WildcardPattern.create(String pattern)
          Creates pattern with "/" as a directory separator.
static WildcardPattern[] WildcardPattern.create(String[] patterns)
          Creates array of patterns with "/" as a directory separator.
static WildcardPattern WildcardPattern.create(String pattern, String directorySeparator)
          Creates pattern with specified separator for directories.
 

Methods in org.sonar.api.utils with parameters of type WildcardPattern
static boolean WildcardPattern.match(WildcardPattern[] patterns, String value)
          Returns true if specified value matches one of specified patterns.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.