net.fortuna.ical4j.util
Class UidGenerator
java.lang.Object
net.fortuna.ical4j.util.UidGenerator
public class UidGenerator
- extends Object
Generates Uid
properties in a similar fashion to that recommended in section 4.8.4.7 of the specification.
- Author:
- Ben Fortuna
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UidGenerator
public UidGenerator(String pid)
throws SocketException
- Default constructor.
- Throws:
SocketException
UidGenerator
public UidGenerator(InetAddress hostAddress,
String pid)
- Parameters:
hostAddress
-
generateUid
public Uid generateUid()
- Returns: