Interface PathInspector

All Known Implementing Classes:
ClassPathInspector

public interface PathInspector
A simple folder inspection utility.
Author:
ademasi
  • Method Summary

    Modifier and Type
    Method
    Description
    listFiles(String languageFileFolder)
    Lists all files in a directory (path), if it exists and is readable.
  • Method Details

    • listFiles

      List<String> listFiles(String languageFileFolder) throws IllegalPathException
      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.