| 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 IOutputstr - Message string.public void printlnMessage(String str)
printlnMessage in interface IOutputstr - Message string.public void printError(String str)
printError in interface IOutputstr - Error message string.public void printlnError(String str)
printlnError in interface IOutputstr - Error message string.public String getMessages()
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.