Class RenameFileOptions


  • public class RenameFileOptions
    extends java.lang.Object
    Rename file options

    Since 3.13.0

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.Boolean getIgnoreIfExists()
      Ignores if target exists.
      java.lang.Boolean getOverwrite()
      Overwrite target if existing.
      int hashCode()  
      void setIgnoreIfExists​(java.lang.Boolean ignoreIfExists)
      Ignores if target exists.
      void setOverwrite​(java.lang.Boolean overwrite)
      Overwrite target if existing.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RenameFileOptions

        public RenameFileOptions()
      • RenameFileOptions

        public RenameFileOptions​(java.lang.Boolean overwrite,
                                 java.lang.Boolean ignoreIfExists)
    • Method Detail

      • getOverwrite

        public java.lang.Boolean getOverwrite()
        Overwrite target if existing. Overwrite wins over ignoreIfExists
      • setOverwrite

        public void setOverwrite​(java.lang.Boolean overwrite)
        Overwrite target if existing. Overwrite wins over ignoreIfExists
      • getIgnoreIfExists

        public java.lang.Boolean getIgnoreIfExists()
        Ignores if target exists.
      • setIgnoreIfExists

        public void setIgnoreIfExists​(java.lang.Boolean ignoreIfExists)
        Ignores if target exists.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object