-
- All Implemented Interfaces:
public final class YarnLock
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classYarnLock.Entrypublic final classYarnLock.Dependencypublic classYarnLock.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<YarnLock.Entry>entries
-
Constructor Summary
Constructors Constructor Description YarnLock(List<YarnLock.Entry> entries)
-
Method Summary
Modifier and Type Method Description final List<YarnLock.Entry>getEntries()-
-
Constructor Detail
-
YarnLock
YarnLock(List<YarnLock.Entry> entries)
-
-
Method Detail
-
getEntries
final List<YarnLock.Entry> getEntries()
-
-
-
-