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

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

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

Classes in org.jboss.deployers.vfs.spi.structure.modified that implement StructureCache
 class DefaultStructureCache<T>
          Default structure cache.
 class TreeStructureCache<T>
          Tree base structure cache.
 

Methods in org.jboss.deployers.vfs.spi.structure.modified that return StructureCache
protected  StructureCache<T> AbstractStructureModificationChecker.getCache()
          Get the structure cache.
protected  StructureCache<Long> SynchVisitor.getCache()
          Get cache.
protected  StructureCache<Long> SynchWrapperModificationChecker.getCache()
           
 

Methods in org.jboss.deployers.vfs.spi.structure.modified with parameters of type StructureCache
 void AbstractStructureModificationChecker.setCache(StructureCache<T> cache)
          Set the structure cache.
 

Constructors in org.jboss.deployers.vfs.spi.structure.modified with parameters of type StructureCache
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)
           
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.