api / org.gradle.api.file / ConfigurableFileCollection / getFrom

getFrom

abstract fun getFrom(): MutableSet<Any>

Returns the set of source paths for this collection. The paths are evaluated as per org.gradle.api.Project#files(Object...).

Return
The set of source paths. Returns an empty set if none.