public class AbstractWorkflowWebscript.ExcludeFilter extends Object
| Constructor and Description |
|---|
ExcludeFilter(String filters)
Creates a new ExcludeFilter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(String item)
Determines whether the given item matches one of
the filters.
|
public ExcludeFilter(String filters)
filters - Comma separated list of filters which can optionally
contain wildcardspublic boolean isMatch(String item)
item - The item to checkCopyright © 2005–2018 Alfresco Software. All rights reserved.