Class IFile.RecursiveMoveOptions

  • Enclosing interface:
    IFile

    public static class IFile.RecursiveMoveOptions
    extends java.lang.Object
    Directory move options (recursively)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • autoRename

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

        public boolean autoRenameFolders
        True to autorename folders
      • onFailed

        public BiConsumer<IFile,​java.lang.Exception> onFailed
        Callback when file failed
      • onProgressChanged

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

      • RecursiveMoveOptions

        public RecursiveMoveOptions()