Class Greet


  • public class Greet
    extends Object
    • Constructor Detail

      • Greet

        public Greet()
    • Method Detail

      • fillUpBlanks

        public static String fillUpBlanks​(String text,
                                          int length)
        Fills up a string with blanks until length.
        Parameters:
        text -
        length -
        Returns:
      • getHello

        public static String getHello()
                               throws ParseException
        Returns a formatted String, a kind of a welcome screen of Pepper.
        Returns:
        welcome screen
        Throws:
        ParseException
      • getGoodBye

        public static String getGoodBye​(int width)