|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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.DirectoryEntry.getType()
|
Entry.Type |
FsArchiveFileSystemEntry.NamedSpecialFileEntry.getType()
|
| Methods in de.schlichtherle.truezip.fs.archive with parameters of type Entry.Type | ||
|---|---|---|
static
|
FsArchiveFileSystemEntry.create(FsEntryName name,
Entry.Type type,
E entry)
Constructs a new archive file system entry which decorates the given archive entry. |
|
(package private) static
|
FsArchiveFileSystemEntry.create(String path,
Entry.Type type,
E entry)
|
|
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(String path,
Entry.Type type,
Entry template)
Returns a new file system entry for this (virtual) archive file system. |
|
private FsArchiveFileSystemEntry<E> |
FsArchiveFileSystem.newEntryUnchecked(String path,
Entry.Type type,
Entry template)
Like newEntryChecked(path, type, null),
but wraps any CharConversionException in an
AssertionError. |
|
private FsArchiveFileSystem.SegmentLink<E>[] |
FsArchiveFileSystem.PathLink.newSegmentLinks(String entryPath,
Entry.Type entryType,
Entry template,
int level)
|
|
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(String entryPath,
Entry.Type entryType,
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-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||