Class Composer<T>
- java.lang.Object
-
- org.jesperancinha.console.consolerizer8.common.Composer<T>
-
- Direct Known Subclasses:
ConsolerizerComposer,HtmlComposer
public abstract class Composer<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringBuffersbprotected Stringsplitter
-
Method Summary
Modifier and Type Method Description TbgOrange(String text)Tblack(String text)Tblue(String text)TbrightBlue(String text)TbrightCyan(String text)TbrightGreen(String text)TbrightMagenta(String text)TbrightRed(String text)TbrightWhite(String text)Tbrown(String text)Tbuild()Tcyan(String text)TdarkGrey(String text)Tgreen(String text)TlightGrey(String text)Tmagenta(String text)Torange(String text)abstract Tout(ConsolerizerColor consolerizerColor, String text)Tred(String text)Twhite(String text)Tyellow(String text)
-
-
-
Field Detail
-
splitter
protected final String splitter
-
sb
protected final StringBuffer sb
-
-
Constructor Detail
-
Composer
protected Composer()
-
Composer
protected Composer(String splitter)
-
-
Method Detail
-
out
public abstract T out(ConsolerizerColor consolerizerColor, String text)
-
build
public T build()
-
-