@Value.Immutable public abstract class PersistentDir extends Wrapper<Path>
| Constructor and Description |
|---|
PersistentDir() |
| Modifier and Type | Method and Description |
|---|---|
static PersistentDir |
of(Path path) |
static Path |
userHome() |
static Supplier<PersistentDir> |
userHome(String subDir) |
public static PersistentDir of(Path path)
public static Path userHome()
public static Supplier<PersistentDir> userHome(String subDir)
Copyright © 2022. All rights reserved.