Interface FullLockState
@Immutable
public interface FullLockState
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FullLockState.Builderbuilder()Map of aresolved component's module invalid input: '&' version->ComponentIdentifierofcomponent that requested it->version constraint for that dependency.testDeps()Same asproductionDeps()but for test-only dependencies.
-
Method Details
-
productionDeps
Map<MyModuleVersionIdentifier, Dependents> productionDeps()Map of aresolved component's module invalid input: '&' version->ComponentIdentifierofcomponent that requested it->version constraint for that dependency. -
testDeps
Map<MyModuleVersionIdentifier, Dependents> testDeps()Same asproductionDeps()but for test-only dependencies.- See Also:
-
builder
-