Uses of Class
org.refcodes.filesystem.FileAlreadyExistsException
-
Uses of FileAlreadyExistsException in org.refcodes.filesystem
Methods in org.refcodes.filesystem that throw FileAlreadyExistsExceptionModifier and TypeMethodDescriptionChangeRootFileSystemDecorator.createFile
(String aKey) Creates a file (handle) with the given key.ChangeRootFileSystemDecorator.createFile
(String aPath, String aName) Creates a file (handle) with the given path and name.FileSystem.createFile
(String aKey) Creates a file (handle) with the given key.FileSystem.createFile
(String aPath, String aName) Creates a file (handle) with the given path and name.InMemoryFileSystem.createFile
(String aKey) Creates a file (handle) with the given key.InMemoryFileSystem.createFile
(String aPath, String aName) Creates a file (handle) with the given path and name.ChangeRootFileSystemDecorator.moveFile
(FileHandle aFileHandle, String aNewKey) Renames the file (handle), it will be accessible via the provided key.FileSystem.moveFile
(FileHandle aFileHandle, String aNewKey) Renames the file (handle), it will be accessible via the provided key.InMemoryFileSystem.moveFile
(FileHandle aFileHandle, String aNewKey) Renames the file (handle), it will be accessible via the provided key.ChangeRootFileSystemDecorator.renameFile
(FileHandle aFileHandle, String aNewName) Renames the file (handle), the name part of the key will be renamed to the new name.FileSystem.renameFile
(FileHandle aFileHandle, String aNewName) Renames the file (handle), the name part of the key will be renamed to the new name.InMemoryFileSystem.renameFile
(FileHandle aFileHandle, String aNewName) Renames the file (handle), the name part of the key will be renamed to the new name.