org.jboss.deployers.vfs.spi.structure.modified
Class UpdateDeleteVisitor
java.lang.Object
org.jboss.deployers.vfs.spi.structure.modified.SynchVisitor
org.jboss.deployers.vfs.spi.structure.modified.UpdateDeleteVisitor
- All Implemented Interfaces:
- org.jboss.virtual.VirtualFileVisitor
public class UpdateDeleteVisitor
- extends SynchVisitor
Synch on update and delete file visitor.
- Author:
- Ales Justin
Fields inherited from class org.jboss.deployers.vfs.spi.structure.modified.SynchVisitor |
log |
Method Summary |
protected void |
doVisit(org.jboss.virtual.VirtualFile file)
Visit a virtual file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateDeleteVisitor
public UpdateDeleteVisitor(org.jboss.virtual.VisitorAttributes attributes,
StructureCache<Long> cache,
SynchAdapter synchAdapter,
org.jboss.virtual.VirtualFile originalRoot)
doVisit
protected void doVisit(org.jboss.virtual.VirtualFile file)
throws Exception
- Description copied from class:
SynchVisitor
- Visit a virtual file
- Specified by:
doVisit
in class SynchVisitor
- Parameters:
file
- the virtual file being visited
- Throws:
Exception
- for any error
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.