- FileAlreadyExistsException - Exception in org.refcodes.filesystem
-
The Class FileAlreadyExistsException.
- FileAlreadyExistsException(String, String, String) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
-
Instantiates a new file already exists exception.
- FileAlreadyExistsException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
-
Instantiates a new file already exists exception.
- FileAlreadyExistsException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
-
Instantiates a new file already exists exception.
- FileAlreadyExistsException(String, String) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
-
Instantiates a new file already exists exception.
- FileAlreadyExistsException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
-
Instantiates a new file already exists exception.
- FileAlreadyExistsException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
-
Instantiates a new file already exists exception.
- FileHandle - Interface in org.refcodes.filesystem
-
A file (handle) (descriptor) describes a file in a file system.
- FileHandle.MutableFileHandle - Interface in org.refcodes.filesystem
-
The mutable
FileHandle
allows the modification of (fiddling
around with) attributes.
-------------------------------------------------------------------------
ATTENTION: Usually fiddling around with attributes is not necessary, as
the
FileSystem
itself provides the sufficient functionality to
work with files.
- FileHandleAccessor - Interface in org.refcodes.filesystem
-
- FileHandleAccessor.FileHandleMutator - Interface in org.refcodes.filesystem
-
- FileHandleAccessor.FileHandleProperty - Interface in org.refcodes.filesystem
-
- FileHandleImpl - Class in org.refcodes.filesystem
-
Straight forward implementation of the
FileHandle
,.
- FileHandleImpl(String, String, long, Date, Date) - Constructor for class org.refcodes.filesystem.FileHandleImpl
-
Constructs a
FileHandle
object with the given properties.
- FileHandleImpl(String) - Constructor for class org.refcodes.filesystem.FileHandleImpl
-
Constructs a
FileHandle
object with the given properties.
- FileHandleImpl(String, String) - Constructor for class org.refcodes.filesystem.FileHandleImpl
-
Constructs a
FileHandle
object with the given properties.
- FileHandleImpl(FileHandle) - Constructor for class org.refcodes.filesystem.FileHandleImpl
-
- FileHandleImpl.MutableFileHandleImpl - Class in org.refcodes.filesystem
-
- FileSystem - Interface in org.refcodes.filesystem
-
A file system represents an abstraction for any "physical" storage medium
where file (handles) can be stored and retrieved.
- FileSystemAccessException - Exception in org.refcodes.filesystem
-
The Class FileSystemAccessException.
- FileSystemAccessException(String, String) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
-
Instantiates a new file system access exception.
- FileSystemAccessException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
-
Instantiates a new file system access exception.
- FileSystemAccessException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
-
Instantiates a new file system access exception.
- FileSystemAccessException(String) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
-
Instantiates a new file system access exception.
- FileSystemAccessException(Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
-
Instantiates a new file system access exception.
- FileSystemAccessException(Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
-
Instantiates a new file system access exception.
- FileSystemAccessor - Interface in org.refcodes.filesystem
-
- FileSystemAccessor.FileSystemMutator - Interface in org.refcodes.filesystem
-
- FileSystemAccessor.FileSystemProperty - Interface in org.refcodes.filesystem
-
- FileSystemAlreadyExistsException - Exception in org.refcodes.filesystem
-
This exception is thrown whenever a file system is to be created though it
already exists.
- FileSystemAlreadyExistsException(String, String) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
-
Instantiates a new file system already exists exception.
- FileSystemAlreadyExistsException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
-
Instantiates a new file system already exists exception.
- FileSystemAlreadyExistsException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
-
Instantiates a new file system already exists exception.
- FileSystemAlreadyExistsException(String) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
-
Instantiates a new file system already exists exception.
- FileSystemAlreadyExistsException(Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
-
Instantiates a new file system already exists exception.
- FileSystemAlreadyExistsException(Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
-
Instantiates a new file system already exists exception.
- FileSystemException - Exception in org.refcodes.filesystem
-
The Class FileSystemException.
- FileSystemException(String, String) - Constructor for exception org.refcodes.filesystem.FileSystemException
-
Instantiates a new file system exception.
- FileSystemException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemException
-
Instantiates a new file system exception.
- FileSystemException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemException
-
Instantiates a new file system exception.
- FileSystemException(String) - Constructor for exception org.refcodes.filesystem.FileSystemException
-
Instantiates a new file system exception.
- FileSystemException(Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemException
-
Instantiates a new file system exception.
- FileSystemException(Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemException
-
Instantiates a new file system exception.
- FileSystemRuntimeException - Exception in org.refcodes.filesystem
-
The Class FileSystemRuntimeException.
- FileSystemRuntimeException(String, String) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
-
Instantiates a new file system runtime exception.
- FileSystemRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
-
Instantiates a new file system runtime exception.
- FileSystemRuntimeException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
-
Instantiates a new file system runtime exception.
- FileSystemRuntimeException(String) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
-
Instantiates a new file system runtime exception.
- FileSystemRuntimeException(Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
-
Instantiates a new file system runtime exception.
- FileSystemRuntimeException(Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
-
Instantiates a new file system runtime exception.
- FileSystemUtility - Class in org.refcodes.filesystem
-
The Class FileSystemUtility.
- fromFile(FileHandle, OutputStream) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
The data contained in the given file (handle) is written to the provided
output stream.
- fromFile(FileHandle) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
An input stream is being provided from which the data of the file
(handle) may be read.
- fromFile(FileHandle, File) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
The data contained in the given file (handle) is written to the provided
file.
- fromFile(FileHandle, OutputStream) - Method in interface org.refcodes.filesystem.FileSystem
-
The data contained in the given file (handle) is written to the provided
output stream.
- fromFile(FileHandle) - Method in interface org.refcodes.filesystem.FileSystem
-
An input stream is being provided from which the data of the file
(handle) may be read.
- fromFile(FileHandle, File) - Method in interface org.refcodes.filesystem.FileSystem
-
The data contained in the given file (handle) is written to the provided
file.
- fromFile(FileHandle, OutputStream) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
The data contained in the given file (handle) is written to the provided
output stream.
- fromFile(FileHandle) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
An input stream is being provided from which the data of the file
(handle) may be read.
- fromFile(FileHandle, File) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
The data contained in the given file (handle) is written to the provided
file.
- getCreatedDate() - Method in interface org.refcodes.filesystem.FileHandle
-
The date when the file was created.
- getCreatedDate() - Method in class org.refcodes.filesystem.FileHandleImpl
-
The date when the file was created.
- getFile() - Method in interface org.refcodes.filesystem.FileHandleAccessor
-
Retrieves the file handle from the file property.
- getFileHandle(String) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
Gets a file (handle) with the given key from the file system.
- getFileHandle(String, String) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
Gets a file (handle) with the given path and name from the file system.
- getFileHandle(String) - Method in interface org.refcodes.filesystem.FileSystem
-
Gets a file (handle) with the given key from the file system.
- getFileHandle(String, String) - Method in interface org.refcodes.filesystem.FileSystem
-
Gets a file (handle) with the given path and name from the file system.
- getFileHandle(String) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
Gets a file (handle) with the given key from the file system.
- getFileHandle(String, String) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
Gets a file (handle) with the given path and name from the file system.
- getFileHandles(String, boolean) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
- getFileHandles(String, boolean) - Method in interface org.refcodes.filesystem.FileSystem
-
- getFileHandles(String, boolean) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
- getFileSystem() - Method in interface org.refcodes.filesystem.FileSystemAccessor
-
Gets the file system stored by this property.
- getModifiedDate() - Method in interface org.refcodes.filesystem.FileHandle
-
The date when the file was modified.
- getModifiedDate() - Method in class org.refcodes.filesystem.FileHandleImpl
-
The date when the file was modified.
- getName() - Method in interface org.refcodes.filesystem.FileHandle
-
The name is the part of the key without the path.
- getName() - Method in class org.refcodes.filesystem.FileHandleImpl
-
The name is the part of the key without the path.
- getName(String) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Gets the name portion from the provided key (the key without the path
portion).
- getPath() - Method in interface org.refcodes.filesystem.FileHandle
-
The path is the part of the key without the name.
- getPath() - Method in class org.refcodes.filesystem.FileHandleImpl
-
The path is the part of the key without the name.
- getPath(String) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Gets the path portion from the provided key (the key without the name
portion).
- getSize() - Method in interface org.refcodes.filesystem.FileHandle
-
The size of the content of the file.
- getSize() - Method in class org.refcodes.filesystem.FileHandleImpl
-
The size of the content of the file.
- IllegalFileHandleException - Exception in org.refcodes.filesystem
-
The Class IllegalFileHandleException.
- IllegalFileHandleException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
-
Instantiates a new illegal file handle exception.
- IllegalFileHandleException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
-
Instantiates a new illegal file handle exception.
- IllegalFileHandleException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
-
Instantiates a new illegal file handle exception.
- IllegalFileHandleException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
-
Instantiates a new illegal file handle exception.
- IllegalFileHandleException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
-
Instantiates a new illegal file handle exception.
- IllegalFileHandleException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
-
Instantiates a new illegal file handle exception.
- IllegalKeyException - Exception in org.refcodes.filesystem
-
The Class IllegalKeyException.
- IllegalKeyException(String, String, String) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
-
Instantiates a new illegal key exception.
- IllegalKeyException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
-
Instantiates a new illegal key exception.
- IllegalKeyException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
-
Instantiates a new illegal key exception.
- IllegalKeyException(String, String) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
-
Instantiates a new illegal key exception.
- IllegalKeyException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
-
Instantiates a new illegal key exception.
- IllegalKeyException(String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
-
Instantiates a new illegal key exception.
- IllegalNameException - Exception in org.refcodes.filesystem
-
The Class IllegalNameException.
- IllegalNameException(String, String, String) - Constructor for exception org.refcodes.filesystem.IllegalNameException
-
Instantiates a new illegal name exception.
- IllegalNameException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalNameException
-
Instantiates a new illegal name exception.
- IllegalNameException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalNameException
-
Instantiates a new illegal name exception.
- IllegalNameException(String, String) - Constructor for exception org.refcodes.filesystem.IllegalNameException
-
Instantiates a new illegal name exception.
- IllegalNameException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalNameException
-
Instantiates a new illegal name exception.
- IllegalNameException(String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalNameException
-
Instantiates a new illegal name exception.
- IllegalPathException - Exception in org.refcodes.filesystem
-
The Class IllegalPathException.
- IllegalPathException(String, String, String) - Constructor for exception org.refcodes.filesystem.IllegalPathException
-
Instantiates a new illegal path exception.
- IllegalPathException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalPathException
-
Instantiates a new illegal path exception.
- IllegalPathException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalPathException
-
Instantiates a new illegal path exception.
- IllegalPathException(String, String) - Constructor for exception org.refcodes.filesystem.IllegalPathException
-
Instantiates a new illegal path exception.
- IllegalPathException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalPathException
-
Instantiates a new illegal path exception.
- IllegalPathException(String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalPathException
-
Instantiates a new illegal path exception.
- InMemoryFileSystemImpl - Class in org.refcodes.filesystem
-
- InMemoryFileSystemImpl() - Constructor for class org.refcodes.filesystem.InMemoryFileSystemImpl
-
- NoCreateAccessException - Exception in org.refcodes.filesystem
-
The Class NoCreateAccessException.
- NoCreateAccessException(String, Throwable) - Constructor for exception org.refcodes.filesystem.NoCreateAccessException
-
Constructs a new exception with the specified detail message and cause.
- NoCreateAccessException(String) - Constructor for exception org.refcodes.filesystem.NoCreateAccessException
-
Constructs a new exception with the specified detail message.
- NoDeleteAccessException - Exception in org.refcodes.filesystem
-
The Class NoDeleteAccessException.
- NoDeleteAccessException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
-
Instantiates a new no delete access exception.
- NoDeleteAccessException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
-
Instantiates a new no delete access exception.
- NoDeleteAccessException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
-
Instantiates a new no delete access exception.
- NoDeleteAccessException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
-
Instantiates a new no delete access exception.
- NoDeleteAccessException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
-
Instantiates a new no delete access exception.
- NoDeleteAccessException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
-
Instantiates a new no delete access exception.
- NoListAccessException - Exception in org.refcodes.filesystem
-
This exception is thrown when a list (lookup) access was denied.
- NoListAccessException(String, String) - Constructor for exception org.refcodes.filesystem.NoListAccessException
-
Instantiates a new no list access exception.
- NoListAccessException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoListAccessException
-
Instantiates a new no list access exception.
- NoListAccessException(String, Throwable) - Constructor for exception org.refcodes.filesystem.NoListAccessException
-
Instantiates a new no list access exception.
- NoListAccessException(String) - Constructor for exception org.refcodes.filesystem.NoListAccessException
-
Instantiates a new no list access exception.
- NoListAccessException(Throwable, String) - Constructor for exception org.refcodes.filesystem.NoListAccessException
-
Instantiates a new no list access exception.
- NoListAccessException(Throwable) - Constructor for exception org.refcodes.filesystem.NoListAccessException
-
Instantiates a new no list access exception.
- NoReadAccessException - Exception in org.refcodes.filesystem
-
The Class NoReadAccessException.
- NoReadAccessException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
-
Instantiates a new no read access exception.
- NoReadAccessException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
-
Instantiates a new no read access exception.
- NoReadAccessException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
-
Instantiates a new no read access exception.
- NoReadAccessException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
-
Instantiates a new no read access exception.
- NoReadAccessException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
-
Instantiates a new no read access exception.
- NoReadAccessException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
-
Instantiates a new no read access exception.
- NoWriteAccessException - Exception in org.refcodes.filesystem
-
The Class NoWriteAccessException.
- NoWriteAccessException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
-
Instantiates a new no write access exception.
- NoWriteAccessException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
-
Instantiates a new no write access exception.
- NoWriteAccessException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
-
Instantiates a new no write access exception.
- NoWriteAccessException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
-
Instantiates a new no write access exception.
- NoWriteAccessException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
-
Instantiates a new no write access exception.
- NoWriteAccessException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
-
Instantiates a new no write access exception.
- toFile(FileHandle, InputStream) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
Data provided by the given input stream is written to the file (handle)
(or appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFile(FileHandle) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
Returns an output stream which may be used to write (or append, in case
data did already exist for the file system) data to a file (handle).
- toFile(FileHandle, File) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
Data provided by the given input stream is written to the file (handle)
(or appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFile(FileHandle, byte[]) - Method in class org.refcodes.filesystem.ChangeRootFileSystemWrapperImpl
-
Data provided by the given buffer is written to the file (handle) (or
appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFile(FileHandle, InputStream) - Method in interface org.refcodes.filesystem.FileSystem
-
Data provided by the given input stream is written to the file (handle)
(or appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFile(FileHandle) - Method in interface org.refcodes.filesystem.FileSystem
-
Returns an output stream which may be used to write (or append, in case
data did already exist for the file system) data to a file (handle).
- toFile(FileHandle, File) - Method in interface org.refcodes.filesystem.FileSystem
-
Data provided by the given input stream is written to the file (handle)
(or appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFile(FileHandle, byte[]) - Method in interface org.refcodes.filesystem.FileSystem
-
Data provided by the given buffer is written to the file (handle) (or
appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFile(FileHandle, InputStream) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
Data provided by the given input stream is written to the file (handle)
(or appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFile(FileHandle) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
Returns an output stream which may be used to write (or append, in case
data did already exist for the file system) data to a file (handle).
- toFile(FileHandle, File) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
Data provided by the given input stream is written to the file (handle)
(or appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFile(FileHandle, byte[]) - Method in class org.refcodes.filesystem.InMemoryFileSystemImpl
-
Data provided by the given buffer is written to the file (handle) (or
appended to the file (handle)'s data in case the file (handle) did
already contain data).
- toFileHandle() - Method in interface org.refcodes.filesystem.FileHandle.MutableFileHandle
-
- toFileHandle() - Method in class org.refcodes.filesystem.FileHandleImpl.MutableFileHandleImpl
-
- toKey() - Method in interface org.refcodes.filesystem.FileHandle
-
The key is the fully qualified name to identify the file.
- toKey() - Method in class org.refcodes.filesystem.FileHandleImpl
-
The key is the fully qualified name to identify the file.
- toKey(String, String) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Creates a key from the given path portion and name portion.
- toMutableFileHandle() - Method in interface org.refcodes.filesystem.FileHandle
-
- toMutableFileHandle() - Method in class org.refcodes.filesystem.FileHandleImpl
-
- toNormalizedFileHandle(FileHandle, FileSystem) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Test whether the given key may jail break from the name space.
- toNormalizedKey(String, FileSystem) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Truncates any prefixed path separator as we assemble our new path with
the according namespace in front.
- toNormalizedName(String, FileSystem) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Truncates any prefixed path separator as we assemble our new path with
the according namespace in front.
- toNormalizedPath(String) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Normalizes the given path.
- toNormalizedPath(String, FileSystem) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Truncates any prefixed path separator as we assemble our new path with
the according namespace in front.
- toTruncated(String) - Static method in class org.refcodes.filesystem.FileSystemUtility
-
Truncates any prefixed path separator as we assemble our new path with
the according namespace in front.
- UnknownFileException - Exception in org.refcodes.filesystem
-
The Class UnknownFileException.
- UnknownFileException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.UnknownFileException
-
Instantiates a new unknown file exception.
- UnknownFileException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownFileException
-
Instantiates a new unknown file exception.
- UnknownFileException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownFileException
-
Instantiates a new unknown file exception.
- UnknownFileException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.UnknownFileException
-
Instantiates a new unknown file exception.
- UnknownFileException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownFileException
-
Instantiates a new unknown file exception.
- UnknownFileException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownFileException
-
Instantiates a new unknown file exception.
- UnknownFileSystemException - Exception in org.refcodes.filesystem
-
This exception is thrown whenever a file system to be accessed which does not
exist (any more).
- UnknownFileSystemException(String, String) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
-
Instantiates a new unknown file system exception.
- UnknownFileSystemException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
-
Instantiates a new unknown file system exception.
- UnknownFileSystemException(String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
-
Instantiates a new unknown file system exception.
- UnknownFileSystemException(String) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
-
Instantiates a new unknown file system exception.
- UnknownFileSystemException(Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
-
Instantiates a new unknown file system exception.
- UnknownFileSystemException(Throwable) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
-
Instantiates a new unknown file system exception.
- UnknownKeyException - Exception in org.refcodes.filesystem
-
The Class UnknownKeyException.
- UnknownKeyException(String, String, String) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
-
Instantiates a new unknown key exception.
- UnknownKeyException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
-
Instantiates a new unknown key exception.
- UnknownKeyException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
-
Instantiates a new unknown key exception.
- UnknownKeyException(String, String) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
-
Instantiates a new unknown key exception.
- UnknownKeyException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
-
Instantiates a new unknown key exception.
- UnknownKeyException(String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
-
Instantiates a new unknown key exception.
- UnknownNameException - Exception in org.refcodes.filesystem
-
The Class UnknownNameException.
- UnknownNameException(String, String, String) - Constructor for exception org.refcodes.filesystem.UnknownNameException
-
Instantiates a new unknown name exception.
- UnknownNameException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownNameException
-
Instantiates a new unknown name exception.
- UnknownNameException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownNameException
-
Instantiates a new unknown name exception.
- UnknownNameException(String, String) - Constructor for exception org.refcodes.filesystem.UnknownNameException
-
Instantiates a new unknown name exception.
- UnknownNameException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownNameException
-
Instantiates a new unknown name exception.
- UnknownNameException(String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownNameException
-
Instantiates a new unknown name exception.
- UnknownPathException - Exception in org.refcodes.filesystem
-
The Class UnknownPathException.
- UnknownPathException(String, String, String) - Constructor for exception org.refcodes.filesystem.UnknownPathException
-
Instantiates a new unknown path exception.
- UnknownPathException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownPathException
-
Instantiates a new unknown path exception.
- UnknownPathException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownPathException
-
Instantiates a new unknown path exception.
- UnknownPathException(String, String) - Constructor for exception org.refcodes.filesystem.UnknownPathException
-
Instantiates a new unknown path exception.
- UnknownPathException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownPathException
-
Instantiates a new unknown path exception.
- UnknownPathException(String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownPathException
-
Instantiates a new unknown path exception.