org.sonar.api.utils
Class WildcardPattern

java.lang.Object
  extended by org.sonar.api.utils.WildcardPattern

public class WildcardPattern
extends Object

Since:
1.10

Constructor Summary
protected WildcardPattern(String pattern, String directorySeparator)
           
 
Method Summary
static WildcardPattern create(String pattern)
           
static WildcardPattern[] create(String[] patterns)
           
static WildcardPattern create(String pattern, String directorySeparator)
           
 boolean match(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardPattern

protected WildcardPattern(String pattern,
                          String directorySeparator)
Method Detail

match

public boolean match(String value)

create

public static WildcardPattern create(String pattern)

create

public static WildcardPattern[] create(String[] patterns)

create

public static WildcardPattern create(String pattern,
                                     String directorySeparator)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.