|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 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(OutputStream os)
Writes the logo to the given OutputStream . |
static void |
print(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(Writer writer)
Writer
.
writer
- Writer
to write topublic static void print(OutputStream os)
OutputStream
.
os
- OutputStream
to write topublic static String getAsString()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |