Class UuidGeneratorImpl
java.lang.Object
org.codice.ddf.platform.util.uuidgenerator.impl.UuidGeneratorImpl
- All Implemented Interfaces:
org.codice.ddf.platform.util.uuidgenerator.UuidGenerator
public class UuidGeneratorImpl
extends Object
implements org.codice.ddf.platform.util.uuidgenerator.UuidGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateKnownId(String metacardTag, String userId, String... additionalInput) voidsetUseHyphens(Boolean useHyphens) booleanbooleanvalidateUuid(String uuid)
-
Constructor Details
-
UuidGeneratorImpl
public UuidGeneratorImpl()
-
-
Method Details
-
setUseHyphens
-
generateUuid
- Specified by:
generateUuidin interfaceorg.codice.ddf.platform.util.uuidgenerator.UuidGenerator
-
generateKnownId
- Specified by:
generateKnownIdin interfaceorg.codice.ddf.platform.util.uuidgenerator.UuidGenerator
-
validateUuid
- Specified by:
validateUuidin interfaceorg.codice.ddf.platform.util.uuidgenerator.UuidGenerator
-
useHyphens
public boolean useHyphens()- Specified by:
useHyphensin interfaceorg.codice.ddf.platform.util.uuidgenerator.UuidGenerator
-