FileCollectionDependency

A FileCollectionDependency is a Dependency on a collection of local files which are not stored in a repository.

Properties

Link copied to clipboard
val ARCHIVES_CONFIGURATION: String = "archives"
Link copied to clipboard
val CLASSIFIER: String = "m:classifier"
Link copied to clipboard
val DEFAULT_CONFIGURATION: String = "default"

Functions

Link copied to clipboard
abstract fun because(reason: @Nullable String)
Link copied to clipboard
abstract fun copy(): Dependency
Link copied to clipboard
abstract fun getFiles(): FileCollection
Returns the files attached to this dependency.
Link copied to clipboard
abstract fun getGroup(): @Nullable String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getReason(): @Nullable String
Link copied to clipboard
abstract fun getVersion(): @Nullable String