-
MessageBuilder.a(char[] value)
Append content to the message buffer.
MessageBuilder.a(char[] value,
int offset,
int len)
Append content to the message buffer.
Append content to the message buffer.
Append content to the message buffer.
Append content to the message buffer.
Creates a new message builder.
MessageBuilderFactory.builder(int size)
Creates a new message builder of the specified size.
Creates a new message builder backed by the given string builder.
Append message content in failure style.
Append formatted content to the buffer.
Append message content in mojo style.
Append newline to the message buffer.
Append message content in project style.
Append message content in strong style.
Append message content in success style.
Append message content in warning style.
-
DefaultMessageBuilder.a(char[] chars)
DefaultMessageBuilder.a(char[] chars,
int i,
int i1)
DefaultMessageBuilder.a(CharSequence charSequence,
int i,
int i1)
DefaultMessageBuilderFactory.builder()