public final class ArtifactPath extends _ArtifactPath
_ArtifactPath.
Use the static factory method to create immutable instances:
ArtifactPath.of().
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another)
This instance is equal to all instances of
ArtifactPath that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value. |
static ArtifactPath |
of(Path value)
Construct a new immutable
ArtifactPath instance. |
Path |
value() |
public Path value()
public boolean equals(Object another)
ArtifactPath that have equal attribute values.public int hashCode()
value.public static ArtifactPath of(Path value)
ArtifactPath instance.value - The value for the value attributeCopyright © 2022. All rights reserved.