public final class DatabaseDir extends _DatabaseDir
_DatabaseDir.
Use the static factory method to create immutable instances:
DatabaseDir.of().
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another)
This instance is equal to all instances of
DatabaseDir that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value. |
static DatabaseDir |
of(Path value)
Construct a new immutable
DatabaseDir instance. |
Path |
value() |
public Path value()
value in class de.flapdoodle.embed.process.types.Wrapper<Path>value attributepublic boolean equals(Object another)
DatabaseDir that have equal attribute values.public int hashCode()
value.public static DatabaseDir of(Path value)
DatabaseDir instance.value - The value for the value attributeCopyright © 2024. All rights reserved.