public abstract class Format extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Format.Ansi |
static class |
Format.PreHtml |
static class |
Format.Text |
Modifier and Type | Field and Description |
---|---|
static Format.Ansi |
ANSI
.
|
static Format.PreHtml |
PRE_HTML
.
|
static Format.Text |
TEXT
.
|
Constructor and Description |
---|
Format() |
Modifier and Type | Method and Description |
---|---|
abstract void |
begin(Appendable to) |
abstract void |
cls(Appendable to) |
abstract void |
end(Appendable to) |
abstract void |
write(CharSequence s,
Appendable to) |
abstract void |
write(Style style,
Appendable to) |
public static final Format.Text TEXT
public static final Format.Ansi ANSI
public static final Format.PreHtml PRE_HTML
public Format()
public abstract void begin(Appendable to) throws IOException
IOException
public abstract void write(CharSequence s, Appendable to) throws IOException
IOException
public abstract void write(Style style, Appendable to) throws IOException
IOException
public abstract void cls(Appendable to) throws IOException
IOException
public abstract void end(Appendable to) throws IOException
IOException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.