Class FileReader
java.lang.Object
dev.logchange.core.infrastructure.query.file.FileReader
- All Implemented Interfaces:
FileQuery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadFileContent(File entry) Returns: Input stream of file content.Returns: The returning stream of files is not sorted.readYmlFiles(File versionDirectory) Returns: The returning stream of files is sorted and filtered.
-
Constructor Details
-
FileReader
public FileReader()
-
-
Method Details
-
readFiles
Returns: The returning stream of files is not sorted. -
readYmlFiles
Returns: The returning stream of files is sorted and filtered.- Specified by:
readYmlFilesin interfaceFileQuery
-
readFileContent
Returns: Input stream of file content.- Specified by:
readFileContentin interfaceFileQuery
-