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