Interface CustomFileManager

  • All Known Implementing Classes:
    CustomFileManagerImpl

    public interface CustomFileManager
    This is the interface of a class which keeps track of custom files, that can be added and executed.
    • Method Detail

      • add

        void add​(java.io.File file)
        adds a file to the manager
        Parameters:
        file - the file to add
      • remove

        void remove​(java.io.File file)
        removes a file from the manager.
        Parameters:
        file - the file to remove
      • getFiles

        java.util.List<java.io.File> getFiles()
        Returns:
        all the currently available files