Module de.codecamp.messages.shared
Interface FileSystemAdapter<D,F>
- All Known Implementing Classes:
NioFileSystemAdapter
public interface FileSystemAdapter<D,F>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateParentDirectories(F file) voiddeleteIfExists(F file) booleangetDirectory(String path) getDisplayPath(D dir, F file) getFileName(F file) getRelativeFilePath(D dir, F file) newInputStream(F file) newOutputStream(F file)