Class ItemOutputFormatter

java.lang.Object
scrapper.readers.items.ItemOutputFormatter

public class ItemOutputFormatter extends Object
Used for toString of the ITEMs in this module. All methods/vars are either private or protected. The constructor should never be called.
  • Method Details

    • toString

      public String toString()
      Takes all inputted values, separates them by the default delimiter (in this case \t) and outputs it in a string
      Overrides:
      toString in class Object
      Returns:
      inputted values seperated by delim