org.apache.commons.jci.monitor
Class FilesystemAlterationMonitor.Entry

java.lang.Object
  extended byorg.apache.commons.jci.monitor.FilesystemAlterationMonitor.Entry
Enclosing class:
FilesystemAlterationMonitor

public class FilesystemAlterationMonitor.Entry
extends java.lang.Object


Constructor Summary
FilesystemAlterationMonitor.Entry(java.io.File pRoot, java.io.File pFile)
           
 
Method Summary
 void add(FilesystemAlterationMonitor.Entry entry)
           
 void delete(FilesystemAlterationMonitor.Entry entry)
           
 FilesystemAlterationMonitor.Entry[] getChilds()
           
 java.io.File getFile()
           
 FilesystemAlterationMonitor.Entry[] getNonChilds()
           
 boolean hasChanged()
           
 boolean isDelected()
           
 boolean isDirectory()
           
 void markNotChanged()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilesystemAlterationMonitor.Entry

public FilesystemAlterationMonitor.Entry(java.io.File pRoot,
                                         java.io.File pFile)
Method Detail

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.