from

abstract fun from(@Nullable paths: Array<@Nullable Any>): ConfigurableFileCollection(source)

Adds a set of source paths to this collection. The given paths are evaluated as per files.

Return

this

Parameters

paths

The files to add. null values are ignored.