Class IFile.CopyContentsOptions

  • Enclosing interface:
    IFile

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

      Fields 
      Modifier and Type Field Description
      BiConsumer<java.lang.Long,​java.lang.Long> onProgressChanged
      Callback when progress changed
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • onProgressChanged

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

      • CopyContentsOptions

        public CopyContentsOptions()