public abstract class EntryFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static EntryFilter |
ANY |
| Constructor and Description |
|---|
EntryFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
match(String name) |
static EntryFilter |
newFilter(String pattern) |
public static final EntryFilter ANY
public static EntryFilter newFilter(String pattern)
public abstract boolean match(String name)
Copyright © 2019 Nuxeo SA. All rights reserved.