Class UUIDManager
- java.lang.Object
-
- org.gcube.informationsystem.utils.UUIDManager
-
public final class UUIDManager extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static Set<UUID>RESERVED_UUIDstatic Set<String>RESERVED_UUID_STRING
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UUIDgenerateValidRandomUUID()static Set<UUID>getAllReservedUUID()static Set<String>getAllReservedUUIDAsStrings()static booleanisReservedUUID(String uuid)static booleanisReservedUUID(UUID uuid)
-