org.apache.aries.util.filesystem
Class FileUtils
java.lang.Object
org.apache.aries.util.filesystem.FileUtils
public class FileUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
isBundle
public static boolean isBundle(File file)
- Check whether a file is a bundle.
- Parameters:
file - the file path
- Returns:
getBundlesRecursive
public static List<URI> getBundlesRecursive(URI sourceDir)
throws IOException
- Get a list of urls for the bundles under the parent url
- Parameters:
sourceDir - The parent url
- Returns:
-
- Throws:
IOException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.