public final class FileSystemUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
canWrite(String path) |
static void |
createFileWith(String filePath,
String content) |
static boolean |
exists(String path) |
public static void createFileWith(String filePath, String content) throws FileNotFoundException, UnsupportedEncodingException
public static boolean canWrite(String path)
public static boolean exists(String path)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.