Class FileRenameInformation

    • Field Detail

      • replaceIfExists

        private final boolean replaceIfExists
      • rootDirectory

        private final long rootDirectory
      • fileNameLength

        private final int fileNameLength
      • fileName

        private final java.lang.String fileName
    • Constructor Detail

      • FileRenameInformation

        public FileRenameInformation​(boolean replaceIfExists,
                                     long rootDirectory,
                                     java.lang.String fileName)
    • Method Detail

      • isReplaceIfExists

        public boolean isReplaceIfExists()
      • getRootDirectory

        public long getRootDirectory()
      • getFileNameLength

        public int getFileNameLength()
      • getFileName

        public java.lang.String getFileName()