public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<URI> |
getBundlesRecursive(URI sourceDir)
Get a list of urls for the bundles under the parent url
|
static boolean |
isBundle(File file)
Check whether a file is a bundle.
|
public static boolean isBundle(File file)
file - the file pathpublic static List<URI> getBundlesRecursive(URI sourceDir) throws IOException
sourceDir - The parent urlIOExceptionCopyright © 2016. All rights reserved.