public class MultiplePathFilterBuilder extends Object
Modifier and Type | Method | Description |
---|---|---|
void |
addFilter(PathFilter filter,
boolean include) |
Add a filter to this builder.
|
PathFilter |
create() |
Create the path filter from this builder's current state.
|
boolean |
isEmpty() |
Determine if this filter builder is empty (i.e.
|
public void addFilter(PathFilter filter, boolean include)
filter
- the filter to addinclude
- true
if matching paths should be included, false
for excludedpublic PathFilter create()
public boolean isEmpty()
true
if this builder is empty, false
otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.