java.lang.Object
test.BooksDirectoryReader
-
Constructor Summary
ConstructorsConstructorDescriptionThe BooksDirectoryReader constructor reads all the books in a directory and sets an array of strings containing the file names of each book. -
Method Summary
-
Constructor Details
-
BooksDirectoryReader
public BooksDirectoryReader()The BooksDirectoryReader constructor reads all the books in a directory and sets an array of strings containing the file names of each book.
-
-
Method Details
-
getBooks
The getBooks function returns an array of strings containing the paths of all books in the library.- Returns:
- An array of String
-