Class IFile.MoveOptions

  • Enclosing interface:
    IFile

    public static class IFile.MoveOptions
    extends java.lang.Object
    File move options
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String newFilename
      Override filename
      BiConsumer<java.lang.Long,​java.lang.Long> onProgressChanged
      Callback where progress changed
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • newFilename

        public java.lang.String newFilename
        Override filename
      • onProgressChanged

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

      • MoveOptions

        public MoveOptions()