Package org.ossreviewtoolkit.model
Object VcsType.Companion
-
- All Implemented Interfaces:
public class VcsType.Companion
-
-
Method Summary
Modifier and Type Method Description final VcsTypegetGIT()Git - the stupid content tracker. final VcsTypegetGIT_REPO()Repo complements Git by simplifying work across multiple repositories. final VcsTypegetMERCURIAL()Mercurial is a free, distributed source control management tool. final VcsTypegetSUBVERSION()Subversion is an open source Version Control System. final VcsTypegetUNKNOWN()An unknown VCS type. -
-
Method Detail
-
getGIT_REPO
final VcsType getGIT_REPO()
Repo complements Git by simplifying work across multiple repositories.
-
getMERCURIAL
final VcsType getMERCURIAL()
Mercurial is a free, distributed source control management tool.
-
getSUBVERSION
final VcsType getSUBVERSION()
Subversion is an open source Version Control System.
-
getUNKNOWN
final VcsType getUNKNOWN()
An unknown VCS type.
-
-
-
-