Interface FullLockState
-
@Immutable public interface FullLockState
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFullLockState.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FullLockState.Builderbuilder()java.util.Map<MyModuleVersionIdentifier,Dependents>productionDeps()Map of aresolved component's module & version->ComponentIdentifierofcomponent that requested it->version constraint for that dependency.java.util.Map<MyModuleVersionIdentifier,Dependents>testDeps()Same asproductionDeps()but for test-only dependencies.
-
-
-
Method Detail
-
productionDeps
java.util.Map<MyModuleVersionIdentifier,Dependents> productionDeps()
Map of aresolved component's module & version->ComponentIdentifierofcomponent that requested it->version constraint for that dependency.
-
testDeps
java.util.Map<MyModuleVersionIdentifier,Dependents> testDeps()
Same asproductionDeps()but for test-only dependencies.- See Also:
productionDeps()
-
builder
static FullLockState.Builder builder()
-
-