Class IFile.RecursiveCopyOptions

  • Enclosing interface:
    IFile

    public static class IFile.RecursiveCopyOptions
    extends java.lang.Object
    Directory copy 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 same name exists
      • autoRenameFolders

        public boolean autoRenameFolders
        True to autorename folders
      • onFailed

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

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

      • RecursiveCopyOptions

        public RecursiveCopyOptions()