Package org.uberfire.io.impl
Interface IOServiceLockable
-
- All Superinterfaces:
org.uberfire.commons.lifecycle.Disposable,IOService,IOServiceIdentifiable,org.uberfire.commons.lifecycle.PriorityDisposable
- All Known Implementing Classes:
AbstractIOService,IOServiceDotFileImpl,IOServiceNio2WrapperImpl
public interface IOServiceLockable extends IOServiceIdentifiable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.uberfire.io.IOService
IOService.NewFileSystemListener
-
-
Field Summary
-
Fields inherited from interface org.uberfire.io.IOService
EMPTY_OPTIONS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchLockControlgetLockControl()-
Methods inherited from interface org.uberfire.io.IOService
convert, copy, copy, copy, createDirectories, createDirectories, createDirectory, createDirectory, createFile, createTempDirectory, createTempDirectory, createTempFile, createTempFile, delete, deleteIfExists, endBatch, exists, get, get, getAttribute, getFileAttributeView, getFileSystem, getFileSystemMetadata, getLastModifiedTime, isSameFile, move, newBufferedReader, newBufferedWriter, newByteChannel, newByteChannel, newDirectoryStream, newDirectoryStream, newFileSystem, newInputStream, newOutputStream, notExists, onNewFileSystem, readAllBytes, readAllLines, readAllLines, readAllString, readAllString, readAttributes, readAttributes, setAttribute, setAttributes, setAttributes, size, startBatch, startBatch, write, write, write, write, write, write, write, write, write, write
-
Methods inherited from interface org.uberfire.io.impl.IOServiceIdentifiable
getId
-
-
-
-
Method Detail
-
getLockControl
BatchLockControl getLockControl()
-
-