Package org.ossreviewtoolkit.model
Class VcsInfoKt
-
- All Implemented Interfaces:
public final class VcsInfoKt
-
-
Method Summary
Modifier and Type Method Description final static VcsInfoorEmpty(VcsInfo $self)Return this VcsInfo if not null or else VcsInfo.EMPTY. -
-
Method Detail
-
orEmpty
final static VcsInfo orEmpty(VcsInfo $self)
Return this VcsInfo if not null or else VcsInfo.EMPTY.
-
-
-
-