Class LocalFileSystem

java.lang.Object
org.frankframework.filesystem.AbstractFileSystem<Path>
org.frankframework.filesystem.LocalFileSystem
All Implemented Interfaces:
AutoCloseable, HasPhysicalDestination, IBasicFileSystem<Path>, ISupportsCustomFileAttributes<Path>, IWritableFileSystem<Path>

public class LocalFileSystem extends AbstractFileSystem<Path> implements IWritableFileSystem<Path>, ISupportsCustomFileAttributes<Path>
FileSystem representation of the local filesystem.
Author:
Gerrit van Brakel