|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.utils.DeegreeAALogoUtils
public class DeegreeAALogoUtils
Provides utility methods for outputting/logging the deegree 3 ascii art logo.
| Constructor Summary | |
|---|---|
DeegreeAALogoUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getAsString()
Returns the logo as a single string, with newline separators. |
static void |
logInfo(org.slf4j.Logger log)
Writes the logo to the given Logger, using the Info log level. |
static void |
print(java.io.OutputStream os)
Writes the logo to the given OutputStream. |
static void |
print(java.io.Writer writer)
Writes the logo to the given Writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeegreeAALogoUtils()
| Method Detail |
|---|
public static void logInfo(org.slf4j.Logger log)
Logger, using the Info log level.
log - Logger to write topublic static void print(java.io.Writer writer)
Writer.
writer - Writer to write topublic static void print(java.io.OutputStream os)
OutputStream.
os - OutputStream to write topublic static java.lang.String getAsString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||