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: String)
Link copied to clipboard
abstract fun contentEquals(dependency: Dependency): Boolean
Link copied to clipboard
abstract fun copy(): Dependency
Link copied to clipboard
Link copied to clipboard
abstract fun getFiles(): FileCollection
Returns the files attached to this dependency.
Link copied to clipboard
abstract fun getGroup(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getReason(): String
Link copied to clipboard
abstract fun getVersion(): String
Link copied to clipboard
abstract fun resolve(): Set<File>
abstract fun resolve(transitive: Boolean): Set<File>