public final class RandomUUIDFeedIdStrategy extends Object implements FeedIdStrategy
| Constructor and Description |
|---|
RandomUUIDFeedIdStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
generate(Inventory inventory,
Feed proposedFeed)
Generates a unique ID for the provided feed.
|
public String generate(Inventory inventory, Feed proposedFeed)
FeedIdStrategygenerate in interface FeedIdStrategyinventory - the inventory implementation to optionally consult some constraintsproposedFeed - the feed to be generated with the ID proposed by the callerCopyright © 2015 Red Hat, Inc.. All rights reserved.