emo / me.eater.emo.emo / RepositoryType

RepositoryType

enum class RepositoryType

Type of repository

Enum Values

Remote

Remote repository type is used for a repository that should be fetched via http/s

Local

Local repostiroy type is used for a repository that is located on the local computer

Companion Object Functions

fromString

fun fromString(value: String): RepositoryType

Create a repository type from string