Package | Description |
---|---|
de.tobiasroeser.lambdatest |
Modifier and Type | Method and Description |
---|---|
static void |
TempFile.withTempDirP(ProcedureWithException<File> p)
Apply
p to a newly created temporary directory which is deleted after
p returns. |
static void |
TempFile.withTempFileP(String content,
ProcedureWithException<File> p)
Creates a new temporary file with the given content
content . |
Copyright © 2019. All rights reserved.