com.opensymphony.webwork.util.classloader.monitor
Class FilesystemAlterationMonitor.Entry
java.lang.Object
com.opensymphony.webwork.util.classloader.monitor.FilesystemAlterationMonitor.Entry
- Enclosing class:
- FilesystemAlterationMonitor
public class FilesystemAlterationMonitor.Entry
- extends Object
FilesystemAlterationMonitor.Entry
public FilesystemAlterationMonitor.Entry(File pRoot,
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 File getFile()
markNotChanged
public void markNotChanged()
toString
public String toString()
- Overrides:
toString
in class Object