Package 

Enum FileCallback.ConflictResolution

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SKIP

      Cancel copy/move.

      CREATE_NEW
      • If a file named ABC.zip already exist, then create a new one named ABC (1).zip

      REPLACE

      Delete the file in destination if existed, then start copy/move.

    • Method Summary

      Modifier and Type Method Description
      final CreateMode toCreateMode(Boolean allowReuseFile)
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait