Package org.opencastproject.adminui.util
Interface PathInspector
- All Known Implementing Classes:
ClassPathInspector
public interface PathInspector
A simple folder inspection utility.
- Author:
- ademasi
-
Method Summary
-
Method Details
-
listFiles
Lists all files in a directory (path), if it exists and is readable.- Parameters:
languageFileFolder-- Returns:
- A list of all filenames in a directory.
- Throws:
IllegalPathException- If the path does not exist or is not readable.
-