public class Greet extends Object
| Constructor and Description |
|---|
Greet() |
| Modifier and Type | Method and Description |
|---|---|
static String |
fillUpBlanks(String text,
int length)
Fills up a string with blanks until length.
|
static String |
getGoodBye(int width) |
static String |
getHello()
Returns a formatted String, a kind of a welcome screen of Pepper.
|
static String |
getHello(int width,
String eMail,
String hp)
Returns a formatted String, a kind of a welcome screen of Pepper.
|
public static String fillUpBlanks(String text, int length)
text - length - public static String getHello() throws ParseException
ParseExceptionpublic static String getHello(int width, String eMail, String hp) throws ParseException
ParseExceptionpublic static String getGoodBye(int width)
Copyright © 2009–2018 Humboldt-Universität zu Berlin, INRIA. All rights reserved.