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