Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.notifier
Class FileChangeNotifier.FileEntry

java.lang.Object
  extended by org.nuxeo.ecm.webengine.notifier.FileChangeNotifier.FileEntry
All Implemented Interfaces:
Comparable<FileChangeNotifier.FileEntry>
Enclosing class:
FileChangeNotifier

public class FileChangeNotifier.FileEntry
extends Object
implements Comparable<FileChangeNotifier.FileEntry>


Field Summary
 HashMap<File,FileChangeNotifier.FileEntry> children
           
 File file
           
 boolean isDirectory
           
 long lastModified
           
 
Constructor Summary
FileChangeNotifier.FileEntry(File file)
           
 
Method Summary
 int compareTo(FileChangeNotifier.FileEntry o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 void scanForChanges(List<File> created, List<File> removed, List<File> modified)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

file

public File file

isDirectory

public boolean isDirectory

lastModified

public long lastModified

children

public HashMap<File,FileChangeNotifier.FileEntry> children
Constructor Detail

FileChangeNotifier.FileEntry

public FileChangeNotifier.FileEntry(File file)
                             throws IOException
Throws:
IOException
Method Detail

compareTo

public int compareTo(FileChangeNotifier.FileEntry o)
Specified by:
compareTo in interface Comparable<FileChangeNotifier.FileEntry>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

scanForChanges

public void scanForChanges(List<File> created,
                           List<File> removed,
                           List<File> modified)
                    throws IOException
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.