org.apache.commons.jci.monitor
Class FilesystemAlterationMonitor.Entry
java.lang.Object
org.apache.commons.jci.monitor.FilesystemAlterationMonitor.Entry
- Enclosing class:
- FilesystemAlterationMonitor
- public class FilesystemAlterationMonitor.Entry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FilesystemAlterationMonitor.Entry
public FilesystemAlterationMonitor.Entry(java.io.File pRoot,
java.io.File pFile)
hasChanged
public boolean hasChanged()
isDelected
public boolean isDelected()
isDirectory
public boolean isDirectory()
getChilds
public FilesystemAlterationMonitor.Entry[] getChilds()
getNonChilds
public FilesystemAlterationMonitor.Entry[] getNonChilds()
add
public void add(FilesystemAlterationMonitor.Entry entry)
delete
public void delete(FilesystemAlterationMonitor.Entry entry)
getFile
public java.io.File getFile()
markNotChanged
public void markNotChanged()
toString
public java.lang.String toString()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.