Class BooksFile
java.lang.Object
net.gcnt.additionsplus.files.books.BooksFile
Class that handles the book files.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet a list of custom books.voidLoad all books from storage.voidsetup()Create the books folder. 
- 
Constructor Details
- 
BooksFile
public BooksFile() 
 - 
 - 
Method Details
- 
setup
public void setup()Create the books folder. - 
getCustomBooks
Get a list of custom books.- Returns:
 - List of custom 
Book. 
 - 
loadBooks
public void loadBooks()Load all books from storage. 
 -