public class PatternFilter extends Object
Constructor and Description |
---|
PatternFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isFiltered(String path) |
void |
setPatterns(List<String> regexps)
A list of regular expressions that represent patterns of files.
|
public void setPatterns(List<String> regexps)
regexps
- list of regular expressionsString.matches(java.lang.String)
public boolean isFiltered(String path)
Copyright © 2005–2016 Alfresco Software. All rights reserved.