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
IOException
public static List<File> getAllFiles(List<File> file) throws IOException
IOException
public static List<File> getAllFiles(File file) throws IOException
IOException
Copyright © 2016. All rights reserved.