Constructor and Description |
---|
StringOutputWriter() |
Modifier and Type | Method and Description |
---|---|
String |
getMessages() |
void |
printError(String str)
Prints error.
|
void |
printlnError(String str)
Prints error with new line.
|
void |
printlnMessage(String str)
Prints message with new line.
|
void |
printMessage(String str)
Prints message.
|
public void printMessage(String str)
printMessage
in interface IOutput
str
- Message string.public void printlnMessage(String str)
printlnMessage
in interface IOutput
str
- Message string.public void printError(String str)
printError
in interface IOutput
str
- Error message string.public void printlnError(String str)
printlnError
in interface IOutput
str
- Error message string.public String getMessages()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.