Skip navigation links
C D E F G H I M N O P R S T U _ 

C

ChangeRootFileSystemWrapperImpl - Class in org.refcodes.filesystem.impls
The change root space wrapper for a given FileSystem relocates the paths accessed by an application to the given namespace.
ChangeRootFileSystemWrapperImpl(String, FileSystem) - Constructor for class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
ConcurrentAccessException - Exception in org.refcodes.filesystem
 
ConcurrentAccessException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.ConcurrentAccessException
 
ConcurrentAccessException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.ConcurrentAccessException
 
ConcurrentAccessException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.ConcurrentAccessException
 
ConcurrentAccessException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.ConcurrentAccessException
 
ConcurrentAccessException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.ConcurrentAccessException
 
ConcurrentAccessException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.ConcurrentAccessException
 
createFile(String) - Method in interface org.refcodes.filesystem.FileSystem
Creates a file (handle) with the given key.
createFile(String, String) - Method in interface org.refcodes.filesystem.FileSystem
Creates a file (handle) with the given path and name.
createFile(String) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
createFile(String, String) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
createFile(String) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
createFile(String, String) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 

D

deleteFile(FileHandle) - Method in interface org.refcodes.filesystem.FileSystem
Deletes a file (handle) from the file system.
deleteFile(FileHandle) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
deleteFile(FileHandle) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
deleteFiles(FileSystem, String, boolean) - Static method in class org.refcodes.filesystem.FileSystemUtility
Deletes the entries found for the given path.
destroy() - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
destroy() - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 

E

equals(Object) - Method in class org.refcodes.filesystem.impls.FileHandleImpl
 
equals(Object) - Method in class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 

F

FileAlreadyExistsException - Exception in org.refcodes.filesystem
 
FileAlreadyExistsException(String, String, String) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
 
FileAlreadyExistsException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
 
FileAlreadyExistsException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
 
FileAlreadyExistsException(String, String) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
 
FileAlreadyExistsException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
 
FileAlreadyExistsException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileAlreadyExistsException
 
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
Provides an accessor for a FileHandle property.
FileHandleAccessor.FileHandleMutator - Interface in org.refcodes.filesystem
Provides a mutator for a FileHandle property.
FileHandleAccessor.FileHandleProperty - Interface in org.refcodes.filesystem
Provides a FileHandle property.
FileHandleImpl - Class in org.refcodes.filesystem.impls
Straight forward implementation of the FileHandle,
FileHandleImpl(String, String, long, Date, Date) - Constructor for class org.refcodes.filesystem.impls.FileHandleImpl
Constructs a FileHandle object with the given properties.
FileHandleImpl(String) - Constructor for class org.refcodes.filesystem.impls.FileHandleImpl
Constructs a FileHandle object with the given properties.
FileHandleImpl(String, String) - Constructor for class org.refcodes.filesystem.impls.FileHandleImpl
Constructs a FileHandle object with the given properties.
FileHandleImpl(FileHandle) - Constructor for class org.refcodes.filesystem.impls.FileHandleImpl
Constructs a FileHandle object with the properties of the given FileHandle.
FileHandleImpl.MutableFileHandleImpl - Class in org.refcodes.filesystem.impls
The implementation of a MutableFileHandle. ------------------------------------------------------------------------- CAUTION: fiddling with the path and the name attributes causes the FileHandleImpl.MutableFileHandleImpl.hashCode() and FileHandleImpl.MutableFileHandleImpl.equals(Object) methods to change behavior which can cause problems especially in collections!
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
 
FileSystemAccessException(String, String) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
 
FileSystemAccessException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
 
FileSystemAccessException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
 
FileSystemAccessException(String) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
 
FileSystemAccessException(Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
 
FileSystemAccessException(Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemAccessException
 
FileSystemAccessor - Interface in org.refcodes.filesystem
Provides an accessor for a FileSystem property.
FileSystemAccessor.FileSystemMutator - Interface in org.refcodes.filesystem
Provides a mutator for a FileSystem property.
FileSystemAccessor.FileSystemProperty - Interface in org.refcodes.filesystem
Provides a FileSystem property.
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
 
FileSystemAlreadyExistsException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
 
FileSystemAlreadyExistsException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
 
FileSystemAlreadyExistsException(String) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
 
FileSystemAlreadyExistsException(Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
 
FileSystemAlreadyExistsException(Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemAlreadyExistsException
 
FileSystemException - Exception in org.refcodes.filesystem
 
FileSystemException(String, String) - Constructor for exception org.refcodes.filesystem.FileSystemException
 
FileSystemException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemException
 
FileSystemException(String) - Constructor for exception org.refcodes.filesystem.FileSystemException
 
FileSystemException(Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemException
 
FileSystemException(Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemException
 
FileSystemRuntimeException - Exception in org.refcodes.filesystem
 
FileSystemRuntimeException(String, String) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
 
FileSystemRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
 
FileSystemRuntimeException(String, Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
 
FileSystemRuntimeException(String) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
 
FileSystemRuntimeException(Throwable, String) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
 
FileSystemRuntimeException(Throwable) - Constructor for exception org.refcodes.filesystem.FileSystemRuntimeException
 
FileSystemUtility - Class in org.refcodes.filesystem
 
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.impls.ChangeRootFileSystemWrapperImpl
 
fromFile(FileHandle) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
fromFile(FileHandle, File) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
fromFile(FileHandle, OutputStream) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
fromFile(FileHandle) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
fromFile(FileHandle, File) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 

G

getCreatedDate() - Method in interface org.refcodes.filesystem.FileHandle
The date when the file was created.
getCreatedDate() - Method in class org.refcodes.filesystem.impls.FileHandleImpl
 
getFile() - Method in interface org.refcodes.filesystem.FileHandleAccessor
Retrieves the file handle from the file property.
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.impls.ChangeRootFileSystemWrapperImpl
 
getFileHandle(String, String) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
getFileHandle(String) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
getFileHandle(String, String) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
getFileHandles(String, boolean) - Method in interface org.refcodes.filesystem.FileSystem
With the behavior of the #hasFiles() method, all file (handle)s found for the path are returned.
getFileHandles(String, boolean) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
getFileHandles(String, boolean) - Method in class org.refcodes.filesystem.impls.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.impls.FileHandleImpl
 
getName() - Method in interface org.refcodes.filesystem.FileHandle
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).
getName() - Method in class org.refcodes.filesystem.impls.FileHandleImpl
 
getPath() - Method in interface org.refcodes.filesystem.FileHandle
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).
getPath() - Method in class org.refcodes.filesystem.impls.FileHandleImpl
 
getSize() - Method in interface org.refcodes.filesystem.FileHandle
The size of the content of the file.
getSize() - Method in class org.refcodes.filesystem.impls.FileHandleImpl
 

H

hasFile(String) - Method in interface org.refcodes.filesystem.FileSystem
Tests whether the file system knows a file (handle) with the given key.
hasFile(String, String) - Method in interface org.refcodes.filesystem.FileSystem
Tests whether the file system knows a file (handle) with the given path and name.
hasFile(FileHandle) - Method in interface org.refcodes.filesystem.FileSystem
Returns true in case the given file (handle) exists.
hasFile(String) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
hasFile(String, String) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
hasFile(FileHandle) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
hasFile(String) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
hasFile(String, String) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
hasFile(FileHandle) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
hasFiles(String, boolean) - Method in interface org.refcodes.filesystem.FileSystem
Determines whether there is any file (handle)s found for the given path.
hasFiles(String, boolean) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
hasFiles(String, boolean) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
hashCode() - Method in class org.refcodes.filesystem.impls.FileHandleImpl
 
hashCode() - Method in class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 

I

IllegalFileHandleException - Exception in org.refcodes.filesystem
 
IllegalFileHandleException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
 
IllegalFileHandleException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
 
IllegalFileHandleException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
 
IllegalFileHandleException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
 
IllegalFileHandleException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
 
IllegalFileHandleException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalFileHandleException
 
IllegalKeyException - Exception in org.refcodes.filesystem
 
IllegalKeyException(String, String, String) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
 
IllegalKeyException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
 
IllegalKeyException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
 
IllegalKeyException(String, String) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
 
IllegalKeyException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
 
IllegalKeyException(String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalKeyException
 
IllegalNameException - Exception in org.refcodes.filesystem
 
IllegalNameException(String, String, String) - Constructor for exception org.refcodes.filesystem.IllegalNameException
 
IllegalNameException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalNameException
 
IllegalNameException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalNameException
 
IllegalNameException(String, String) - Constructor for exception org.refcodes.filesystem.IllegalNameException
 
IllegalNameException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalNameException
 
IllegalNameException(String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalNameException
 
IllegalPathException - Exception in org.refcodes.filesystem
 
IllegalPathException(String, String, String) - Constructor for exception org.refcodes.filesystem.IllegalPathException
 
IllegalPathException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalPathException
 
IllegalPathException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalPathException
 
IllegalPathException(String, String) - Constructor for exception org.refcodes.filesystem.IllegalPathException
 
IllegalPathException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.IllegalPathException
 
IllegalPathException(String, Throwable) - Constructor for exception org.refcodes.filesystem.IllegalPathException
 
InMemoryFileSystemImpl - Class in org.refcodes.filesystem.impls
An in-memory FileSystem using an ConcurrentHashMap for implementation.
InMemoryFileSystemImpl() - Constructor for class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
Constructs an in-memory FileSystem.

M

moveFile(FileHandle, String) - Method in interface org.refcodes.filesystem.FileSystem
Renames the file (handle), it will be accessible via the provided key.
moveFile(FileHandle, String) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
moveFile(FileHandle, String) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
MutableFileHandleImpl(String, String, long, Date, Date) - Constructor for class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 
MutableFileHandleImpl(FileHandle) - Constructor for class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 

N

NoCreateAccessException - Exception in org.refcodes.filesystem
 
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
 
NoDeleteAccessException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
 
NoDeleteAccessException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
 
NoDeleteAccessException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
 
NoDeleteAccessException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
 
NoDeleteAccessException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
 
NoDeleteAccessException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.NoDeleteAccessException
 
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
 
NoListAccessException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoListAccessException
 
NoListAccessException(String, Throwable) - Constructor for exception org.refcodes.filesystem.NoListAccessException
 
NoListAccessException(String) - Constructor for exception org.refcodes.filesystem.NoListAccessException
 
NoListAccessException(Throwable, String) - Constructor for exception org.refcodes.filesystem.NoListAccessException
 
NoListAccessException(Throwable) - Constructor for exception org.refcodes.filesystem.NoListAccessException
 
NoReadAccessException - Exception in org.refcodes.filesystem
 
NoReadAccessException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
 
NoReadAccessException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
 
NoReadAccessException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
 
NoReadAccessException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
 
NoReadAccessException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
 
NoReadAccessException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.NoReadAccessException
 
NoWriteAccessException - Exception in org.refcodes.filesystem
 
NoWriteAccessException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
 
NoWriteAccessException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
 
NoWriteAccessException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
 
NoWriteAccessException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
 
NoWriteAccessException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
 
NoWriteAccessException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.NoWriteAccessException
 

O

org.refcodes.filesystem - package org.refcodes.filesystem
 
org.refcodes.filesystem.impls - package org.refcodes.filesystem.impls
 

P

PATH_DELIMITER - Static variable in interface org.refcodes.filesystem.FileSystem
The default path delimiter to be used by all implementations if this file system to ensure interoperability.

R

renameFile(FileHandle, String) - Method in interface org.refcodes.filesystem.FileSystem
Renames the file (handle), the name part of the key will be renamed to the new name.
renameFile(FileHandle, String) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
renameFile(FileHandle, String) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 

S

setCreatedDate(Date) - Method in class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 
setFile(String) - Method in interface org.refcodes.filesystem.FileHandleAccessor.FileHandleMutator
Sets the file handle for the file handle property.
setFileSystem(FileSystem) - Method in interface org.refcodes.filesystem.FileSystemAccessor.FileSystemMutator
Sets the file system for this property.
setModifiedDate(Date) - Method in class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 
setName(String) - Method in class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 
setPath(String) - Method in class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 
setSize(long) - Method in class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 

T

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.impls.ChangeRootFileSystemWrapperImpl
 
toFile(FileHandle) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
toFile(FileHandle, File) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
toFile(FileHandle, byte[]) - Method in class org.refcodes.filesystem.impls.ChangeRootFileSystemWrapperImpl
 
toFile(FileHandle, InputStream) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
toFile(FileHandle) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
toFile(FileHandle, File) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
toFile(FileHandle, byte[]) - Method in class org.refcodes.filesystem.impls.InMemoryFileSystemImpl
 
toFileHandle() - Method in interface org.refcodes.filesystem.FileHandle.MutableFileHandle
Converts the FileHandle.MutableFileHandle back to a FileHandle to avoid hassle with collections, the #hashCode() and the #equals(Object) operations.
toFileHandle() - Method in class org.refcodes.filesystem.impls.FileHandleImpl.MutableFileHandleImpl
 
toKey() - Method in interface org.refcodes.filesystem.FileHandle
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.
toKey() - Method in class org.refcodes.filesystem.impls.FileHandleImpl
 
toMutableFileHandle() - Method in interface org.refcodes.filesystem.FileHandle
toMutableFileHandle() - Method in class org.refcodes.filesystem.impls.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.

U

UnknownFileException - Exception in org.refcodes.filesystem
 
UnknownFileException(FileHandle, String, String) - Constructor for exception org.refcodes.filesystem.UnknownFileException
 
UnknownFileException(FileHandle, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownFileException
 
UnknownFileException(FileHandle, String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownFileException
 
UnknownFileException(FileHandle, String) - Constructor for exception org.refcodes.filesystem.UnknownFileException
 
UnknownFileException(FileHandle, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownFileException
 
UnknownFileException(FileHandle, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownFileException
 
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
 
UnknownFileSystemException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
 
UnknownFileSystemException(String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
 
UnknownFileSystemException(String) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
 
UnknownFileSystemException(Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
 
UnknownFileSystemException(Throwable) - Constructor for exception org.refcodes.filesystem.UnknownFileSystemException
 
UnknownKeyException - Exception in org.refcodes.filesystem
 
UnknownKeyException(String, String, String) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
 
UnknownKeyException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
 
UnknownKeyException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
 
UnknownKeyException(String, String) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
 
UnknownKeyException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
 
UnknownKeyException(String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownKeyException
 
UnknownNameException - Exception in org.refcodes.filesystem
 
UnknownNameException(String, String, String) - Constructor for exception org.refcodes.filesystem.UnknownNameException
 
UnknownNameException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownNameException
 
UnknownNameException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownNameException
 
UnknownNameException(String, String) - Constructor for exception org.refcodes.filesystem.UnknownNameException
 
UnknownNameException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownNameException
 
UnknownNameException(String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownNameException
 
UnknownPathException - Exception in org.refcodes.filesystem
 
UnknownPathException(String, String, String) - Constructor for exception org.refcodes.filesystem.UnknownPathException
 
UnknownPathException(String, String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownPathException
 
UnknownPathException(String, String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownPathException
 
UnknownPathException(String, String) - Constructor for exception org.refcodes.filesystem.UnknownPathException
 
UnknownPathException(String, Throwable, String) - Constructor for exception org.refcodes.filesystem.UnknownPathException
 
UnknownPathException(String, Throwable) - Constructor for exception org.refcodes.filesystem.UnknownPathException
 

_

_createdDate - Variable in class org.refcodes.filesystem.impls.FileHandleImpl
 
_modifiedDate - Variable in class org.refcodes.filesystem.impls.FileHandleImpl
 
_name - Variable in class org.refcodes.filesystem.impls.FileHandleImpl
 
_path - Variable in class org.refcodes.filesystem.impls.FileHandleImpl
 
_size - Variable in class org.refcodes.filesystem.impls.FileHandleImpl
 
C D E F G H I M N O P R S T U _ 
Skip navigation links

Copyright © 2017. All rights reserved.