Class NamedLockKey
java.lang.Object
org.eclipse.aether.named.NamedLockKey
A named lock key.
Instances of this class are immutable, implement hash/equals and toString method (for easier debug).
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()name()Returns this key name, nevernull.static NamedLockKeystatic NamedLockKeyof(String name, Collection<String> resources) Auxiliary information, not used by Resolver.toString()
-
Method Details
-
name
-
resources
Auxiliary information, not used by Resolver. Meant to return resource name(s) or any kind of identifiers protected by this key, nevernull.Contents on this field is consumer project specific, and should be used only as "extra information": resolver itself uses these only for logging purposes.
-
equals
-
hashCode
-
toString
-
of
-
of
-