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