Package org.apache.maven.internal.impl
Class DefaultMessageBuilder
java.lang.Object
org.apache.maven.internal.impl.DefaultMessageBuilder
- All Implemented Interfaces:
- Appendable,- MessageBuilder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionappend(char c) append(CharSequence cs) append(CharSequence cs, int start, int end) build()Return the built message.setLength(int length) Set the buffer length.toString()
- 
Constructor Details- 
DefaultMessageBuilderpublic DefaultMessageBuilder()
- 
DefaultMessageBuilder
 
- 
- 
Method Details- 
style- Specified by:
- stylein interface- MessageBuilder
 
- 
resetStyle- Specified by:
- resetStylein interface- MessageBuilder
 
- 
append- Specified by:
- appendin interface- Appendable
- Specified by:
- appendin interface- MessageBuilder
 
- 
append- Specified by:
- appendin interface- Appendable
- Specified by:
- appendin interface- MessageBuilder
 
- 
append- Specified by:
- appendin interface- Appendable
- Specified by:
- appendin interface- MessageBuilder
 
- 
setLengthDescription copied from interface:MessageBuilderSet the buffer length.- Specified by:
- setLengthin interface- MessageBuilder
- Parameters:
- length- the new length
- Returns:
- the current builder
 
- 
buildDescription copied from interface:MessageBuilderReturn the built message.- Specified by:
- buildin interface- MessageBuilder
- Returns:
- the message
 
- 
toString
 
-