Package se.entitymanager.logic.file

Class Summary
AbstractFile An entity that represents an file of the file system.
DirectoryFile An entity that represents a directory of the file system.
FileComparator A Comparator for files.
FileFactory Factory class for files.
FileLogic A class to provide basic file functionalities.
FileLogicFacade A LogicFacade that provides an interface to file systems.
FileSystemsRootFile An AbstractFile that represents the root of all file systems.
RegularFile A AbstractFile that represents a regular file of the file system.
ZipFile An AbstractFile that represents a zip file.
ZippedDirectoryFile An AbstractFile that represents a zipped directory within a ZipFile.
ZippedFile An AbstractFile that represents a zipped file within a ZipFile.
 

Exception Summary
FileCopyCutFailedException An Exception to indicate that cutting or copying of a file failed.
FileDeletionFailedException An Exception to indicate that deletion of a file failed.
FilePasteFailedException An Exception to indicate that renaming of a file failed.
FileRenameFailedException An Exception to indicate that renaming of a file failed.