TrueZIP Kernel 7.0-rc2

Uses of Class
de.schlichtherle.truezip.entry.Entry.Type

Packages that use Entry.Type
de.schlichtherle.truezip.entry Essential interfaces and classes for entries and containers in (possibly federated virtual) file systems. 
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. 
de.schlichtherle.truezip.socket Provides I/O sockets to address and resolve targets for I/O operations. 
 

Uses of Entry.Type in de.schlichtherle.truezip.entry
 

Methods in de.schlichtherle.truezip.entry that return Entry.Type
 Entry.Type Entry.getType()
          Returns the type of this entry or null if and only if this entry does not exist.
 Entry.Type DecoratingEntry.getType()
           
static Entry.Type Entry.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Entry.Type[] Entry.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.schlichtherle.truezip.entry with parameters of type Entry.Type
 E EntryFactory.newEntry(String name, Entry.Type type, Entry template)
          Returns a new entry for the given name.
 

Uses of Entry.Type in de.schlichtherle.truezip.fs
 

Methods in de.schlichtherle.truezip.fs that return Entry.Type
 Entry.Type FsDecoratingEntry.getType()
           
 

Methods in de.schlichtherle.truezip.fs with parameters of type Entry.Type
 void FsFederatingController.mknod(FsEntryName name, Entry.Type type, BitField<FsOutputOption> options, Entry template)
           
 void FsDecoratingController.mknod(FsEntryName name, Entry.Type type, BitField<FsOutputOption> options, Entry template)
           
abstract  void FsController.mknod(FsEntryName name, Entry.Type type, BitField<FsOutputOption> options, Entry template)
          Creates or replaces and finally links a chain of one or more entries for the given entry name into the file system.
 void FsConcurrentController.mknod(FsEntryName name, Entry.Type type, BitField<FsOutputOption> options, Entry template)
           
 void FsCachingController.mknod(FsEntryName name, Entry.Type type, BitField<FsOutputOption> options, Entry template)
           
 

Uses of Entry.Type in de.schlichtherle.truezip.fs.archive
 

Methods in de.schlichtherle.truezip.fs.archive that return Entry.Type
 Entry.Type FsArchiveFileSystemEntry.FileEntry.getType()
           
 Entry.Type FsArchiveFileSystemEntry.SpecialFileEntry.getType()
           
 Entry.Type FsArchiveFileSystemEntry.NamedSpecialFileEntry.getType()
           
 Entry.Type FsArchiveFileSystemEntry.DirectoryEntry.getType()
           
 Entry.Type FsArchiveFileSystemEntry.SpecialDirectoryEntry.getType()
           
 Entry.Type FsArchiveFileSystemEntry.NamedSpecialDirectoryEntry.getType()
           
 Entry.Type FsArchiveFileSystemEntry.HybridEntry.getType()
           
 

Methods in de.schlichtherle.truezip.fs.archive with parameters of type Entry.Type
static
<E extends FsArchiveEntry>
FsArchiveFileSystemEntry<E>
FsArchiveFileSystemEntry.create(FsEntryName name, Entry.Type type, E entry)
          Constructs a new archive file system entry which decorates the given archive entry.
private static
<E extends FsArchiveEntry>
FsArchiveFileSystemEntry<E>
FsArchiveFileSystemEntry.create(String path, Entry.Type type, E entry)
           
(package private)  FsArchiveFileSystemEntry<E> FsArchiveFileSystem.ZipOrTarEntryTable.get(FsEntryName name, Entry.Type type)
           
(package private)  FsArchiveFileSystemEntry<E> FsArchiveFileSystem.DefaultEntryTable.get(FsEntryName name, Entry.Type type)
           
(package private) abstract  FsArchiveFileSystemEntry<E> FsArchiveFileSystem.MasterEntryTable.get(FsEntryName name, Entry.Type type)
           
 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.
 void FsArchiveController.mknod(FsEntryName name, Entry.Type type, BitField<FsOutputOption> options, Entry template)
           
private  FsArchiveFileSystemEntry<E> FsArchiveFileSystem.newEntryChecked(FsEntryName name, Entry.Type type, Entry template)
          Returns a new file system entry for this (virtual) archive file system.
private  FsArchiveFileSystemEntry<E> FsArchiveFileSystem.newEntryUnchecked(FsEntryName name, Entry.Type type, Entry template)
          Like newEntryChecked(path, type, null), but wraps any CharConversionException in an AssertionError.
private  FsArchiveFileSystem.SegmentLink<E>[] FsArchiveFileSystem.PathLink.newSegmentLinks(FsEntryName entryName, Entry.Type entryType, Entry template, int level)
           
(package private)  void FsArchiveFileSystem.ZipOrTarEntryTable.remove(FsEntryName name, Entry.Type type)
           
(package private)  void FsArchiveFileSystem.DefaultEntryTable.remove(FsEntryName name, Entry.Type type)
           
(package private) abstract  void FsArchiveFileSystem.MasterEntryTable.remove(FsEntryName name, Entry.Type type)
           
protected static String FsCharsetArchiveDriver.toZipOrTarEntryName(String name, Entry.Type type)
          Fixes the given entry name so that it forms a valid entry name for ZIP or TAR files by ensuring that the returned entry name ends with the separator character '/' if and only if type is DIRECTORY.
 

Constructors in de.schlichtherle.truezip.fs.archive with parameters of type Entry.Type
FsArchiveFileSystem.PathLink(FsEntryName name, Entry.Type type, boolean createParents, Entry template)
           
 

Uses of Entry.Type in de.schlichtherle.truezip.socket
 

Methods in de.schlichtherle.truezip.socket that return Entry.Type
 Entry.Type ByteArrayIOEntry.getType()
           
 


TrueZIP Kernel 7.0-rc2

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