Package com.library.books
Class BookUtils
java.lang.Object
com.library.books.BookUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendBook
(String filePath, Book book) Adds a book to the librarystatic Book
Finds a book in the library by nameLists all the books in the librarystatic void
updateBookStatus
(String filePath, String name, String status) Updates the issued status of the book
-
Constructor Details
-
BookUtils
public BookUtils()
-
-
Method Details
-
appendBook
-
getBooks
-
findBook
-
updateBookStatus
-