Uses of Interface
org.jboss.deployers.vfs.spi.structure.modified.SynchAdapter

Packages that use SynchAdapter
org.jboss.deployers.vfs.spi.structure.modified   
 

Uses of SynchAdapter in org.jboss.deployers.vfs.spi.structure.modified
 

Classes in org.jboss.deployers.vfs.spi.structure.modified that implement SynchAdapter
 class AbstractSynchAdapter
          Abstract synch adapter.
 class MergeOverrideSynchAdapter
          Try merge first, fallback to override.
 class MergeSynchAdapter
          Merge synch adapter.
 class OverrideSynchAdapter
          Override synch adapter.
 

Methods in org.jboss.deployers.vfs.spi.structure.modified that return SynchAdapter
protected  SynchAdapter SynchVisitor.getSynchAdapter()
          Get synch adapter.
 

Constructors in org.jboss.deployers.vfs.spi.structure.modified with parameters of type SynchAdapter
AddVisitor(org.jboss.virtual.VisitorAttributes attributes, StructureCache<Long> cache, SynchAdapter synchAdapter, org.jboss.virtual.VirtualFile tempRoot, int initialPathLenght)
           
SynchVisitor(org.jboss.virtual.VisitorAttributes attributes, StructureCache<Long> cache, SynchAdapter synchAdapter)
           
SynchWrapperModificationChecker(AbstractStructureModificationChecker<Long> delegate, SynchAdapter synchAdapter)
           
UpdateDeleteVisitor(org.jboss.virtual.VisitorAttributes attributes, StructureCache<Long> cache, SynchAdapter synchAdapter, org.jboss.virtual.VirtualFile originalRoot)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.