Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
org.corpus_tools.pepper.cli.Greet Class Reference

Static Public Member Functions

static String fillUpBlanks (String text, int length)
 Fills up a string with blanks until length. More...
 
static String getHello () throws ParseException
 Returns a formatted String, a kind of a welcome screen of Pepper. More...
 
static String getHello (int width, String eMail, String hp) throws ParseException
 Returns a formatted String, a kind of a welcome screen of Pepper. More...
 
static String getGoodBye (int width)
 

Member Function Documentation

◆ fillUpBlanks()

static String org.corpus_tools.pepper.cli.Greet.fillUpBlanks ( String  text,
int  length 
)
static

Fills up a string with blanks until length.

Parameters
text
length
Returns

◆ getHello() [1/2]

static String org.corpus_tools.pepper.cli.Greet.getHello ( ) throws ParseException
static

Returns a formatted String, a kind of a welcome screen of Pepper.

Returns
welcome screen
Exceptions
ParseException

◆ getHello() [2/2]

static String org.corpus_tools.pepper.cli.Greet.getHello ( int  width,
String  eMail,
String  hp 
) throws ParseException
static

Returns a formatted String, a kind of a welcome screen of Pepper.

Returns
welcome screen
Exceptions
ParseException