| Package | Description |
|---|---|
| net.openhft.chronicle.core.io | |
| net.openhft.chronicle.core.util |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IOTools.deleteDirWithFiles(@NotNull File dir) |
static boolean |
IOTools.deleteDirWithFiles(@NotNull File dir,
int maxDepth) |
static boolean |
IOTools.deleteDirWithFiles(String... dirs) |
static boolean |
IOTools.deleteDirWithFiles(@NotNull String dir,
int maxDepth) |
static void |
IOTools.deleteDirWithFilesOrThrow(File... dirs)
Canonical usage is to call this *before* your test so you fail fast if you can't delete
|
static void |
IOTools.deleteDirWithFilesOrThrow(String... dirs) |
static boolean |
IOTools.shallowDeleteDirWithFiles(@NotNull File dir) |
static boolean |
IOTools.shallowDeleteDirWithFiles(@NotNull String directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThrowingBiConsumer.accept(I in,
J i2)
Performs this operation on the given arguments.
|
Copyright © 2020. All rights reserved.