Class AbstractImporter

    • Field Detail

      • BOOK_TYPE_KEY

        public static String BOOK_TYPE_KEY
        book type key for book attribute
      • _importCache

        protected boolean _importCache
    • Constructor Detail

      • AbstractImporter

        public AbstractImporter()
    • Method Detail

      • imports

        public SBook imports​(File file,
                             String bookName)
                      throws IOException
        Description copied from interface: SImporter
        Import book from a file
        Specified by:
        imports in interface SImporter
        Parameters:
        file - the file
        bookName - the book name for imported book
        Returns:
        the book instance
        Throws:
        IOException
      • imports

        public SBook imports​(URL url,
                             String bookName)
                      throws IOException
        Description copied from interface: SImporter
        Import book from a URL
        Specified by:
        imports in interface SImporter
        Parameters:
        url - the url
        bookName - the book name for imported book
        Returns:
        the book instance
        Throws:
        IOException
      • setImportCache

        public void setImportCache​(boolean b)
        Set if import Excel cached value.
        Since:
        3.7.0
      • isImportCache

        protected boolean isImportCache()
        Returns if import file cached value.
        Since:
        3.7.0