Package scrapper.fileCreator
Class Formatter
java.lang.Object
scrapper.fileCreator.Formatter
Puts an ITEM tag infront of each item for ease of reading and formats every item.
Formats each item to fit the reading format
Formats each item to fit the reading format
Order of methods run: formatFile -> setCurrentType -> formattedItem
Simply call the constructor to run this class.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Formatter
Default constructor, should be the only one needed.- Parameters:
file
- File to run on.
-