Uses of Class
org.jumpmind.symmetric.fs.track.FileChange

Packages that use FileChange
org.jumpmind.symmetric.fs.track   
 

Uses of FileChange in org.jumpmind.symmetric.fs.track
 

Fields in org.jumpmind.symmetric.fs.track with type parameters of type FileChange
protected  List<FileChange> DirectorySpecSnapshot.files
           
 

Methods in org.jumpmind.symmetric.fs.track that return types with arguments of type FileChange
protected  List<FileChange> DirectorySpecSnapshot.diff(DirectorySpecSnapshot snapshot)
           
 List<FileChange> DirectorySpecSnapshot.getFiles()
           
 List<FileChange> DirectoryChangeTracker.removeAndMergeChanges(List<String> files)
           
 

Methods in org.jumpmind.symmetric.fs.track with parameters of type FileChange
 void DirectorySpecSnapshot.addFileChange(FileChange fileChange)
           
 

Method parameters in org.jumpmind.symmetric.fs.track with type arguments of type FileChange
protected  void DirectorySpecSnapshot.merge(List<FileChange> changes)
           
 



Copyright © 2012 JumpMind, Inc.. All Rights Reserved.