default EphemeralBaseDir |
EphemeralBaseDir.closeOnExit() |
Add's a JVM shutdown hook that will close() this base dir.
|
static EphemeralBaseDir |
EphemeralBaseDir.dir(File dir) |
Creates a new base dir, using the given dir as the root.
|
static EphemeralBaseDir |
EphemeralBaseDir.dir(Path dir) |
Creates a new base dir, using the given dir as the root.
|
static EphemeralBaseDir |
EphemeralBaseDir.jar(File jarFile) |
Creates a new base dir which is actually a jar at the given location.
|
static EphemeralBaseDir |
EphemeralBaseDir.tmpDir() |
Creates a new base dir, using a newly created dir within the JVM's assigned temp dir.
|
static EphemeralBaseDir |
EphemeralBaseDir.tmpJar() |
Creates a new base dir which is actually a jar created within the JVM's assigned temp dir.
|