Class LockStates
- java.lang.Object
-
- com.palantir.gradle.versions.lockstate.LockStates
-
public final class LockStates extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.stream.Stream<Line>computeLines(java.util.Map<MyModuleVersionIdentifier,Dependents> deps)static java.util.List<java.lang.String>prettyPrintConstraints(Dependents dependents)static LockStatetoLockState(FullLockState fullLockState)Convert the richerFullLockStateto aLockStatethat maps exactly to the contents of the file.
-
-
-
Method Detail
-
toLockState
public static LockState toLockState(FullLockState fullLockState)
Convert the richerFullLockStateto aLockStatethat maps exactly to the contents of the file.
-
computeLines
public static java.util.stream.Stream<Line> computeLines(java.util.Map<MyModuleVersionIdentifier,Dependents> deps)
-
prettyPrintConstraints
public static java.util.List<java.lang.String> prettyPrintConstraints(Dependents dependents)
-
-