Interface SnapshotFileHelper
- All Known Implementing Classes:
FileSystemSnapshotHelper
public interface SnapshotFileHelper
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsLineWithElement(Path path, String element) getDirectoryName(Path path) getFileName(Path path, String fileExtension) booleanisDirectory(Path path) booleanisDirectory(Path path, String name) booleanbooleannewBufferedReader(Path path) byte[]readAllBytes(Path path)
-
Method Details
-
isFile
-
isFile
-
isDirectory
-
isDirectory
-
getDirectoryName
-
getFileName
-
getParent
-
readAllBytes
- Throws:
IOException
-
newBufferedReader
- Throws:
IOException
-
containsLineWithElement
- Throws:
IOException
-