Package net.fortuna.ical4j.util
Interface HostInfo
-
- All Known Implementing Classes:
InetAddressHostInfo
,SimpleHostInfo
public interface HostInfo
Provides platform-independent host information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHostName()
-
-
-
Method Detail
-
getHostName
String getHostName()
- Returns:
- a name for the host machine
-
-