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