This is not an issue but a proposal for a very minor change that would make the creation of FileSets easier.
There is no fluent way of setting the usingDefaultExcludes flag in AbstractFileSet.
Due to this inconvenience instead of a completely fluent way of creating a FileSet instance:
This is not an issue but a proposal for a very minor change that would make the creation of FileSets easier. There is no fluent way of setting the
usingDefaultExcludes
flag in AbstractFileSet.Due to this inconvenience instead of a completely fluent way of creating a
FileSet
instance:one needs to do it like this:
The
fileSet
variable needs to be of typeDefaultFileSet
because theFileSet
interface does not provide the setter.