Uses of Interface
org.jboss.virtual.spi.TempInfo

Packages that use TempInfo
org.jboss.virtual.plugins.context   
org.jboss.virtual.plugins.context.temp   
org.jboss.virtual.plugins.context.zip   
org.jboss.virtual.plugins.copy   
org.jboss.virtual.spi   
 

Uses of TempInfo in org.jboss.virtual.plugins.context
 

Methods in org.jboss.virtual.plugins.context that return TempInfo
 TempInfo AbstractVFSContext.getFurthestParentTemp(String path)
           
 TempInfo AbstractVFSContext.getTempInfo(String path)
           
 

Methods in org.jboss.virtual.plugins.context that return types with arguments of type TempInfo
 Iterable<TempInfo> AbstractVFSContext.getTempInfos()
           
 

Methods in org.jboss.virtual.plugins.context with parameters of type TempInfo
 void AbstractVFSContext.addTempInfo(TempInfo tempInfo)
           
 

Uses of TempInfo in org.jboss.virtual.plugins.context.temp
 

Classes in org.jboss.virtual.plugins.context.temp that implement TempInfo
 class BasicTempInfo
          BasicTempInfo
 

Uses of TempInfo in org.jboss.virtual.plugins.context.zip
 

Classes in org.jboss.virtual.plugins.context.zip that implement TempInfo
 class ZipEntryTempInfo
          ZipEntry temp info.
 

Uses of TempInfo in org.jboss.virtual.plugins.copy
 

Methods in org.jboss.virtual.plugins.copy that return TempInfo
 TempInfo TempContext.getTempInfo(String path)
           
 

Uses of TempInfo in org.jboss.virtual.spi
 

Methods in org.jboss.virtual.spi that return TempInfo
 TempInfo VFSContext.getFurthestParentTemp(String path)
          Retrieve the furthest (outter most) temp which contains this path.
 TempInfo VFSContext.getTempInfo(String path)
          Get exact temp info match.
 

Methods in org.jboss.virtual.spi that return types with arguments of type TempInfo
 Iterable<TempInfo> VFSContext.getTempInfos()
          Deprecated.  
 

Methods in org.jboss.virtual.spi with parameters of type TempInfo
 void VFSContext.addTempInfo(TempInfo tempInfo)
          Add temp info.
 



Copyright © 2010 JBoss, A division of Red Hat, Inc. All Rights Reserved.