Class FileImporter.FileImportOptions

  • Enclosing class:
    FileImporter

    public static class FileImporter.FileImportOptions
    extends java.lang.Object
    File importer options
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean deleteSource
      Delete the source file after completion.
      java.lang.String filename
      Override the filename
      boolean integrity
      True to enable integrity.
      BiConsumer<java.lang.Long,​java.lang.Long> onProgressChanged
      Callback when progress changes
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • filename

        public java.lang.String filename
        Override the filename
      • deleteSource

        public boolean deleteSource
        Delete the source file after completion.
      • integrity

        public boolean integrity
        True to enable integrity.
      • onProgressChanged

        public BiConsumer<java.lang.Long,​java.lang.Long> onProgressChanged
        Callback when progress changes
    • Constructor Detail

      • FileImportOptions

        public FileImportOptions()