TrueZIP Kernel 7.0-rc1

Uses of Class
de.schlichtherle.truezip.fs.FsConcurrentModel

Packages that use FsConcurrentModel
de.schlichtherle.truezip.fs Provides access to (possibly federated virtual) file systems. 
de.schlichtherle.truezip.fs.archive Provides acces to archive files as if they were just directories. 
 

Uses of FsConcurrentModel in de.schlichtherle.truezip.fs
 

Constructors in de.schlichtherle.truezip.fs with parameters of type FsConcurrentModel
FsNotWriteLockedException(FsConcurrentModel model)
           
FsNotWriteLockedException(FsConcurrentModel model, FsNotWriteLockedException ex)
           
 

Constructor parameters in de.schlichtherle.truezip.fs with type arguments of type FsConcurrentModel
FsCachingController(FsController<? extends FsConcurrentModel> controller, IOPool<?> pool)
          Constructs a new content caching file system controller.
FsConcurrentController(FsController<? extends FsConcurrentModel> controller)
          Constructs a new concurrent file system controller.
 

Uses of FsConcurrentModel in de.schlichtherle.truezip.fs.archive
 

Fields in de.schlichtherle.truezip.fs.archive declared as FsConcurrentModel
private  FsConcurrentModel FsArchiveController.model
           
 

Methods in de.schlichtherle.truezip.fs.archive that return FsConcurrentModel
 FsConcurrentModel FsArchiveController.getModel()
           
 

Methods in de.schlichtherle.truezip.fs.archive with parameters of type FsConcurrentModel
 Icon FsArchiveDriver.getClosedIcon(FsConcurrentModel model)
          Returns the icon that should be displayed for the given archive file if it's closed/collapsed in the view.
 Icon FsArchiveDriver.getOpenIcon(FsConcurrentModel model)
          Returns the icon that should be displayed for the given archive file if it's open/expanded in the view.
abstract  InputShop<E> FsArchiveDriver.newInputShop(FsConcurrentModel model, InputSocket<?> input)
          Creates a new input shop for reading the archive entries of the the described archive from the given input socket's target.
abstract  OutputShop<E> FsArchiveDriver.newOutputShop(FsConcurrentModel model, OutputSocket<?> output, InputShop<E> source)
          Creates a new output shop for writing archive entries to the the described archive to the given output socket's target.
 

Constructors in de.schlichtherle.truezip.fs.archive with parameters of type FsConcurrentModel
FsArchiveController(FsConcurrentModel model)
          Constructs a new basic archive controller.
FsDefaultArchiveController(FsConcurrentModel model, FsArchiveDriver<E> driver, FsController<?> parent, boolean useRootTemplate)
           
FsFileSystemArchiveController(FsConcurrentModel model)
          Creates a new instance of FsFileSystemArchiveController
 


TrueZIP Kernel 7.0-rc1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.