TrueZIP Kernel 7.0-rc1

Uses of Class
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException

Packages that use FsArchiveFileSystemException
de.schlichtherle.truezip.fs.archive Provides acces to archive files as if they were just directories. 
 

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

Subclasses of FsArchiveFileSystemException in de.schlichtherle.truezip.fs.archive
 class FsReadOnlyArchiveFileSystemException
          Thrown to indicate that an operation was trying to modify a read-only FsArchiveFileSystem.
 

Methods in de.schlichtherle.truezip.fs.archive that throw FsArchiveFileSystemException
 FsArchiveFileSystemOperation<E> FsReadOnlyArchiveFileSystem.mknod(FsEntryName name, Entry.Type type, BitField<FsOutputOption> options, Entry template)
           
 FsArchiveFileSystemOperation<E> FsArchiveFileSystem.mknod(FsEntryName name, Entry.Type type, BitField<FsOutputOption> options, Entry template)
          Begins a transaction to create or replace and finally link a chain of one or more archive entries for the given path into this archive file system.
private  FsArchiveFileSystemEntry<E> FsArchiveFileSystem.newEntryChecked(String path, Entry.Type type, Entry template)
          Returns a new file system entry for this (virtual) archive file system.
private  FsArchiveFileSystem.SegmentLink<E>[] FsArchiveFileSystem.PathLink.newSegmentLinks(String entryPath, Entry.Type entryType, Entry template, int level)
           
 void FsArchiveFileSystemOperation.run()
          Executes this archive file system operation.
 void FsArchiveFileSystem.PathLink.run()
           
 void FsArchiveFileSystem.setReadOnly(FsEntryName name)
           
 boolean FsReadOnlyArchiveFileSystem.setTime(FsEntryName path, BitField<Entry.Access> types, long value)
           
 boolean FsArchiveFileSystem.setTime(FsEntryName name, BitField<Entry.Access> types, long value)
           
private  void FsArchiveFileSystem.touch()
          Ensures that the controller's data structures required to output entries are properly initialized and marks this (virtual) archive file system as touched.
 void FsReadOnlyArchiveFileSystem.unlink(FsEntryName path)
           
 void FsArchiveFileSystem.unlink(FsEntryName name)
          If this method returns, the file system entry identified by the given path has been successfully deleted from this archive file system.
 

Constructors in de.schlichtherle.truezip.fs.archive that throw FsArchiveFileSystemException
FsArchiveFileSystem.PathLink(String entryPath, Entry.Type entryType, boolean createParents, Entry template)
           
 


TrueZIP Kernel 7.0-rc1

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