public class DocumentsMover extends Object
| Constructor and Description |
|---|
DocumentsMover() |
| Modifier and Type | Method and Description |
|---|---|
static void |
moveDocumentFromTaskMessage(FileAndTaskMessage fileAndMessage,
String destinationFolder,
String rootSourceDirectory) |
static void |
moveDocumentsFromTaskMessages(List<FileAndTaskMessage> filesAndMessages,
String destinationFolder,
String rootSourceDirectory)
Moves the provided files to the destination folder.
|
public static void moveDocumentsFromTaskMessages(List<FileAndTaskMessage> filesAndMessages, String destinationFolder, String rootSourceDirectory)
filesAndMessages - Files that should be moved.destinationFolder - Folder to move files to.rootSourceDirectory - Original root folder than was monitored. Used to maintain folder structure underneath
this location when moving files.public static void moveDocumentFromTaskMessage(FileAndTaskMessage fileAndMessage, String destinationFolder, String rootSourceDirectory)
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.