@Immutable final class FsResetController extends FsLockModelDecoratingController<FsController<? extends FsLockModel>>
WAIT_TIMEOUT_MILLISdelegate| Constructor and Description |
|---|
FsResetController(FsController<? extends FsLockModel> controller)
Constructs a new file system unlink controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
unlink(FsEntryName name,
BitField<FsOutputOption> options)
Removes the named file system entry from the file system.
|
checkWriteLockedByCurrentThread, isWriteLockedByCurrentThread, readLock, writeLockgetClosedIcon, getEntry, getInputSocket, getOpenIcon, getOutputSocket, getParent, isExecutable, isReadable, isReadOnly, isWritable, mknod, setReadOnly, setTime, setTime, sync, toStringgetModel, getMountPoint, isTouched, setTouchedequals, hashCode, syncFsResetController(FsController<? extends FsLockModel> controller)
controller - the decorated file system controller.public void unlink(FsEntryName name, BitField<FsOutputOption> options) throws IOException
FsControllerunlink in class FsDecoratingController<FsLockModel,FsController<? extends FsLockModel>>name - the file system entry name.options - output options for this operation.IOException - on any I/O failure.Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.