org.jumpmind.symmetric.fs.track
Class DirectorySpecSnapshot
java.lang.Object
org.jumpmind.symmetric.fs.track.DirectorySpecSnapshot
public class DirectorySpecSnapshot
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
date
protected Date date
node
protected Node node
directory
protected String directory
directorySpec
protected DirectorySpec directorySpec
files
protected List<FileChange> files
DirectorySpecSnapshot
public DirectorySpecSnapshot(Node node,
String directory,
DirectorySpec directorySpec)
getDirectorySpec
public DirectorySpec getDirectorySpec()
getFiles
public List<FileChange> getFiles()
addFileChange
public void addFileChange(FileChange fileChange)
merge
protected void merge(DirectorySpecSnapshot snapshot)
merge
protected void merge(List<FileChange> changes)
diff
protected List<FileChange> diff(DirectorySpecSnapshot snapshot)
getDirectory
public String getDirectory()
Copyright © 2012 JumpMind, Inc.. All Rights Reserved.