Package org.apache.aries.util.filesystem
Class FileUtils
java.lang.Object
org.apache.aries.util.filesystem.FileUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
isBundle
Check whether a file is a bundle.- Parameters:
file- the file path- Returns:
- true if the file is a bundle, false else
-
getBundlesRecursive
Get a list of URLs for the bundles under the parent URL- Parameters:
sourceDir- The parent URL- Returns:
- the list of URLs for the bundles
- Throws:
IOException
-