@Value.Immutable(copy=false)
public interface SourceFilter
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static SourceFilter |
EXCLUDE_ALL |
| Modifier and Type | Method and Description |
|---|---|
default java.util.List<java.lang.String> |
getExcludes() |
default java.util.List<java.lang.String> |
getIncludes() |
default boolean |
isEmpty() |
default boolean |
isExcludeAll() |
static final SourceFilter EXCLUDE_ALL