Package org.ossreviewtoolkit.model
Class VcsType
-
- All Implemented Interfaces:
public final class VcsTypeA class for Version Control System types. Each type has one or more aliases associated to it, where the first alias is the definite name. This class is not implemented as an enum as constructing from an unknown type should be supported while maintaining that type as the primary alias for the string representation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVcsType.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<String>aliasespublic final static VcsType.CompanionCompanion
-