api / org.gradle.api.file / CopySpec / from

from

abstract fun from(vararg sourcePaths: Any): CopySpec

Overrides CopySourceSpec.from


abstract fun from(sourcePath: Any, c: Closure<Any>): CopySpec

Overrides CopySourceSpec.from


abstract fun from(sourcePath: Any, configureAction: Action<in CopySpec>): CopySpec

Overrides CopySourceSpec.from

{@inheritDoc}