@Deprecated public class StringFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Pattern> |
excludePatterns
Deprecated.
|
protected List<Pattern> |
includePatterns
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
StringFilter(List<String> includes,
List<String> excludes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
compilePatterns()
Deprecated.
Compile the string patterns into Pattern objects
|
List<String> |
getExcludes()
Deprecated.
|
List<String> |
getIncludes()
Deprecated.
|
static StringFilter |
getInstance(List<String> includes,
List<String> excludes)
Deprecated.
|
protected List<Pattern> |
getPatterns(List<String> patterns)
Deprecated.
Convert a
List<String> into List<Pattern> |
boolean |
include(String s)
Deprecated.
Return true if the string should be included.
|
protected List<Pattern> includePatterns
protected List<Pattern> excludePatterns
protected StringFilter(List<String> includes, List<String> excludes)
public static final StringFilter getInstance(List<String> includes, List<String> excludes)
public List<String> getIncludes()
public List<String> getExcludes()
protected void compilePatterns()
protected List<Pattern> getPatterns(List<String> patterns)
List<String> into List<Pattern>Copyright © 2010–2014 The Kuali Foundation. All rights reserved.