| java.lang.Object org.openharmonise.him.files.FilesSynchroniser
FilesSynchroniser | public class FilesSynchroniser (Code) | | Delegate class for synchronising Virtual Files, so that we can interpose
validation code on the content.
author: Matthew Large version: $Revision: 1.1 $ |
Method Summary | |
public boolean | syncFile(VirtualFile vfFile) Synchronises a Virtual File, capturing error or success messages
and outputting them to the console. | public boolean | syncFiles(List aVirtualFiles) Synchronises a list of Virtual Files, capturing error or success messages
and outputting them to the console. |
FilesSynchroniser | public FilesSynchroniser()(Code) | | |
syncFile | public boolean syncFile(VirtualFile vfFile)(Code) | | Synchronises a Virtual File, capturing error or success messages
and outputting them to the console. Also validates the content before
attempting a synchronisation.
Parameters: vfFile - Virtual File to synchronise true if the method executed without error |
syncFiles | public boolean syncFiles(List aVirtualFiles)(Code) | | Synchronises a list of Virtual Files, capturing error or success messages
and outputting them to the console. Also validates the content before
attempting a synchronisation.
Parameters: aVirtualFiles - List of VirtualFile objects true if the method executed without error |
|
|