Class FileCommander.BatchCopyOptions

  • Enclosing class:
    FileCommander

    public static class FileCommander.BatchCopyOptions
    extends java.lang.Object
    Batch copy options
    • Field Detail

      • move

        public boolean move
        True to move, false to copy
      • autoRename

        public Function<IVirtualFile,​java.lang.String> autoRename
        Callback when another file with the same name exists.
      • autoRenameFolders

        public boolean autoRenameFolders
        True to autorename folders
    • Constructor Detail

      • BatchCopyOptions

        public BatchCopyOptions()