public class SimpleDir extends Object
| Constructor and Description |
|---|
SimpleDir() |
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
getAllFiles(File file) |
static List<File> |
getAllFiles(List<File> file) |
static List<File> |
getAllFolders(File file) |
static File[] |
listDir(File dir) |
static File[] |
listFile(File dir) |
public static List<File> getAllFolders(File file) throws IOException
IOExceptionpublic static List<File> getAllFiles(List<File> file) throws IOException
IOExceptionpublic static List<File> getAllFiles(File file) throws IOException
IOExceptionCopyright © 2016. All rights reserved.