Package org.apache.ivy.util
Class HostUtil
- java.lang.Object
-
- org.apache.ivy.util.HostUtil
-
public final class HostUtil extends java.lang.Object
This class contains basic helper methods for the Host.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getLocalHostName()
This method returns the name of the current Host, if this name cannot be determined, localhost will be returned.
-