Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.debug
Class DirectoryEntry

java.lang.Object
  extended by org.nuxeo.ecm.webengine.debug.FileEntry
      extended by org.nuxeo.ecm.webengine.debug.DirectoryEntry
Direct Known Subclasses:
ModuleClassesEntry, TreeEntry

public class DirectoryEntry
extends FileEntry

A file entry that will check all sub directories in the tree rooted in that directory. This will not check the regular files in that tree. For this we may want to use TreeEntry.

Author:
Bogdan Stefanescu

Constructor Summary
DirectoryEntry(File file)
           
 
Method Summary
 boolean check()
          Scan tree for changes and invalidate it if needed.
 List<FileEntry> getChildren()
           
 
Methods inherited from class org.nuxeo.ecm.webengine.debug.FileEntry
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryEntry

public DirectoryEntry(File file)
Method Detail

getChildren

public List<FileEntry> getChildren()

check

public boolean check()
Scan tree for changes and invalidate it if needed.

Overrides:
check in class FileEntry

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.