public class Deleter extends Object
| Constructor and Description |
|---|
Deleter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
apply(File root)
Deletes the file tree rooted at the given root.
|
static void |
apply(String name)
Deletes the file tree rooted at the file with the given
name.
|
public static void apply(File root) throws I18NException
root - The root.I18NException - Thrown if an I/O error occurs.public static void apply(String name) throws I18NException
name - The file name.I18NException - Thrown if an I/O error occurs.Copyright © 2020. All rights reserved.