Class FileSystemManager

  • All Implemented Interfaces:
    IFileSystemManager

    public class FileSystemManager
    extends Object
    implements IFileSystemManager
    Implementation of the file system manager.
    Since:
    4.1.0
    Version:
    $Revision: 23103 $ $Date: 2019-09-03 12:45:21 -0300 (Tue, 03 Sep 2019) $
    • Constructor Detail

      • FileSystemManager

        public FileSystemManager()
    • Method Detail

      • initFileSystem

        public static void initFileSystem()
        Initializes the file system.
        Since:
        8.0.0
      • isInitialized

        public static boolean isInitialized()
        Returns whether the file system is initialized.
        Returns:
        whether the file system is initialized.
        Since:
        8.0.0