public final class InfoWriter extends Object
| Constructor and Description |
|---|
InfoWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Creates the closing line.
|
void |
line()
Creates a line.
|
void |
line(int indent)
Creates an indented (with whitespace) line.
|
void |
message(String message,
Object... vars)
Creates a message with optional var injection.
|
void |
title()
Creates the opening line.
|
void |
title(String title)
Creates the opening line with a Title.
|
String |
toString()
Gets the string representation of the InfoWriter.
|
public String toString()
public void title()
public void title(String title)
title - the titlepublic void message(String message, Object... vars)
message - the message string with the injection placeholders ({})vars - the vars to inject into the the message template; some type conversion will occur for common data
typespublic void end()
public void line()
public void line(int indent)
indent - number of spaces to indent the lineCopyright © 2013–2020 Adobe. All rights reserved.