public final class FlowFileUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static URL |
convertToUrl(File file)
|
static void |
forceMkdir(File directory)
A
FileUtils.forceMkdir(File) wrapper that handles
IOException. |
public static void forceMkdir(File directory)
FileUtils.forceMkdir(File) wrapper that handles
IOException.directory - the directory to create, must not be nullUncheckedIOException - if FileUtils.forceMkdir(File) throws
IOExceptionpublic static URL convertToUrl(File file)
file - file to convertURLIllegalArgumentException - when fails to convertCopyright © 2000–2025 Vaadin Ltd. All rights reserved.