Class MetaFolderSql

java.lang.Object
adalid.util.meta.sql.MetaFolderSql

public class MetaFolderSql extends Object
Author:
Jorge Campins
  • Constructor Details

    • MetaFolderSql

      public MetaFolderSql(String path)
  • Method Details

    • read

      public boolean read()
    • getRootFolder

      public File getRootFolder()
      Returns:
      the root folder
    • getRootFolderPath

      public Path getRootFolderPath()
      Returns:
      the root folder path
    • getMetaFolder

      public File getMetaFolder()
      Returns:
      the meta folder
    • getMetaFolderPath

      public Path getMetaFolderPath()
      Returns:
      the meta folder path
    • getMetaFolderWrapper

      public FolderWrapper getMetaFolderWrapper()
      Returns:
      the meta folder wrapper
    • getBaseFolder

      public File getBaseFolder()
      Returns:
      the base folder
    • getBaseFolderPath

      public Path getBaseFolderPath()
      Returns:
      the base folder path
    • getReadingWarnings

      public int getReadingWarnings()
      Returns:
      the reading warnings count
    • getReadingErrors

      public int getReadingErrors()
      Returns:
      the reading errors count
    • getFiles

      public Map<Path,FileWrapper> getFiles()
      Returns:
      the files map
    • getFolders

      public Map<Path,FolderWrapper> getFolders()
      Returns:
      the file folders map
    • getFileTypes

      public Map<String,Integer> getFileTypes()
      Returns:
      the file types map
    • write

      public void write()