|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.erwinsmout.MyConsole
public class MyConsole
Provides a Console.format() method targeted at the System console, and that quietly disregards the case where the System console is null, thus avoiding a nullpointerexception
| Method Summary | |
|---|---|
static void |
format(java.lang.String consoleMessage)
Displays the given consoleMessage on the System console, unless the System console is null. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void format(java.lang.String consoleMessage)
consoleMessage - A message to be displayed on the system console
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||