data class RepositoryDefinition
Repository Definition, stores data about a repository
RepositoryDefinition(type: RepositoryType, url: String)
Repository Definition, stores data about a repository |
val hash: String
Get unique hash of this RepositoryDefinition, is a base64 of type and url joined by an ':' |
|
val type: RepositoryType
type of repository, represented by RepositoryType |
|
val url: String
URL to repository, may be an http(s) url or just a file path (which is used for local repositories) |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |