common-util

local.tomas.lang
Class ExtendedSystem

java.lang.Object
  extended by local.tomas.lang.ExtendedSystem

public final class ExtendedSystem
extends Object

ExtendedSystem contains some features missing in java.lang.System.

Author:
tomas

Constructor Summary
protected ExtendedSystem()
           
 
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
 

Constructor Detail

ExtendedSystem

protected ExtendedSystem()
Method Detail

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

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.