Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » util » [javadoc | source]
org.hibernate.search.util
abstract public class: FileHelper [javadoc | source]
java.lang.Object
   org.hibernate.search.util.FileHelper
Utility class for synchronizing files/directories.
Field Summary
public static final  long DEFAULT_COPY_BUFFER_SIZE     
Method from org.hibernate.search.util.FileHelper Summary:
areInSync,   delete,   synchronize,   synchronize
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.util.FileHelper Detail:
 public static boolean areInSync(File source,
    File destination) throws IOException 
 public static  void delete(File file) 
 public static  void synchronize(File source,
    File destination,
    boolean smart) throws IOException 
 public static  void synchronize(File source,
    File destination,
    boolean smart,
    long chunkSize) throws IOException