D - the type of the ZIP driver.@ThreadSafe public abstract class KeyManagerController<D extends ZipDriver> extends FsDecoratingController<FsModel,FsController<?>>
| Modifier and Type | Field and Description |
|---|---|
protected D |
driver |
delegate| Modifier | Constructor and Description |
|---|---|
protected |
KeyManagerController(FsController<?> controller,
D driver)
Constructs a new key manager controller.
|
| Modifier and Type | Method and Description |
|---|---|
FsEntry |
getEntry(FsEntryName name) |
protected abstract Class<? extends IOException> |
getKeyExceptionType() |
protected abstract Class<?> |
getKeyType() |
<X extends IOException> |
sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
void |
unlink(FsEntryName name,
BitField<FsOutputOption> options) |
getClosedIcon, getInputSocket, getOpenIcon, getOutputSocket, getParent, isExecutable, isReadable, isReadOnly, isWritable, mknod, setReadOnly, setTime, setTime, toStringgetModel, getMountPoint, isTouched, setTouchedequals, hashCode, syncprotected KeyManagerController(FsController<?> controller, D driver)
controller - the non-null file system controller to
decorate.driver - the ZIP driver.public FsEntry getEntry(FsEntryName name) throws IOException
getEntry in class FsDecoratingController<FsModel,FsController<?>>IOExceptionprotected abstract Class<? extends IOException> getKeyExceptionType()
protected abstract Class<?> getKeyType()
public <X extends IOException> void sync(BitField<FsSyncOption> options, ExceptionHandler<? super FsSyncException,X> handler) throws IOException
sync in class FsDecoratingController<FsModel,FsController<?>>IOExceptionpublic void unlink(FsEntryName name, BitField<FsOutputOption> options) throws IOException
unlink in class FsDecoratingController<FsModel,FsController<?>>IOExceptionCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.