@CompileStatic class IncludeExcludeSupport<T> extends Object
Simple support class for simplifying include/exclude handling
Type | Name and description |
---|---|
static String |
EXCLUDES_PROPERTY |
static String |
INCLUDES_PROPERTY |
List<T> |
defaultExcludes |
List<T> |
defaultIncludes |
Constructor and description |
---|
IncludeExcludeSupport(List<T> defaultIncludes, List<T> defaultExcludes) |