public final class Filters extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Set<String> |
BUILT_IN_DB_NAMES |
private Predicate<CollectionId> |
collectionFilter |
| Constructor and Description |
|---|
Filters(Configuration config)
Create an instance of the filters.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate<CollectionId> |
collectionFilter()
Get the predicate function that determines whether the given collection is to be included.
|
protected boolean |
isNotBuiltIn(CollectionId id) |
private final Predicate<CollectionId> collectionFilter
public Filters(Configuration config)
config - the configuration; may not be nullpublic Predicate<CollectionId> collectionFilter()
protected boolean isNotBuiltIn(CollectionId id)
Copyright © 2017 JBoss by Red Hat. All rights reserved.