Interface GenericFileRenamer<T>

    • Method Detail

      • renameFile

        GenericFile<T> renameFile​(GenericFileOperations<T> operations,
                                  org.apache.camel.Exchange exchange,
                                  GenericFile<T> file)
        Renames the given file
        Parameters:
        operations - the generic file operations
        exchange - the exchange
        file - the original file.
        Returns:
        the renamed file name.