local.tomas.lang
Class ExtendedSystem
java.lang.Object
local.tomas.lang.ExtendedSystem
public final class ExtendedSystem
- extends Object
ExtendedSystem contains some features missing in java.lang.System.
- Author:
- tomas
|
Method Summary |
static String |
guessHostName()
Try to guess the name of the host running the current application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedSystem
protected ExtendedSystem()
guessHostName
public static String guessHostName()
- Try to guess the name of the host running the current application.
- Returns:
- the host name or null if guess failed
Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.