public class FileRemover extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FileRemover.ShutdownHook |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_ENV_VARIABLE_LENGTH
Can be increased or decreased depending on the platform.
|
Constructor and Description |
---|
FileRemover() |
Modifier and Type | Method and Description |
---|---|
static void |
addFileToDelete(File file) |
static void |
launchAsExternalProcess() |
static void |
main(String[] args) |
public static final int MAX_ENV_VARIABLE_LENGTH
public static void addFileToDelete(File file)
public static void launchAsExternalProcess() throws URISyntaxException, IOException
URISyntaxException
IOException
public static void main(String[] args)
Copyright © 2019. All rights reserved.