Class MetaFolderSql


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

      • MetaFolderSql

        public MetaFolderSql​(String path)
    • Method Detail

      • 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
      • getFileTypes

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

        public void write()