| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
FsDefaultArchiveController.TouchListener
An archive file system listener which makes the output before it
touches the file system model.
|
| Modifier and Type | Field and Description |
|---|---|
private FsArchiveFileSystemTouchListener<E> |
FsDefaultArchiveController.touchListener |
| Modifier and Type | Field and Description |
|---|---|
private Set<FsArchiveFileSystemTouchListener<? super E>> |
FsArchiveFileSystem.touchListeners |
| Modifier and Type | Method and Description |
|---|---|
(package private) Set<FsArchiveFileSystemTouchListener<? super E>> |
FsArchiveFileSystem.getFsArchiveFileSystemTouchListeners()
Returns a protective copy of the set of archive file system listeners.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
FsArchiveFileSystem.addFsArchiveFileSystemTouchListener(FsArchiveFileSystemTouchListener<? super E> listener)
Adds the given listener to the set of archive file system listeners.
|
(package private) void |
FsArchiveFileSystem.removeFsArchiveFileSystemTouchListener(FsArchiveFileSystemTouchListener<? super E> listener)
Removes the given listener from the set of archive file system listeners.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.