setFrom

abstract fun setFrom(paths: Iterable<out Any>)
abstract fun setFrom(@Nullable paths: Array<@Nullable Any>)

Sets the source paths for this collection. The given paths are evaluated as per files.

Parameters

paths

The paths. null values are ignored.