| java.lang.Object org.apache.ivy.util.HostUtil
HostUtil | final public class HostUtil (Code) | | This class contains basic helper methods for the Host.
|
Method Summary | |
public static String | getLocalHostName() This method returns the name of the current Host, if this name cannot be determined,
localhost will be returned. |
getLocalHostName | public static String getLocalHostName()(Code) | | This method returns the name of the current Host, if this name cannot be determined,
localhost will be returned.
The name of the current "local" Host. |
|
|