| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.api.feeds | |
| org.hawkular.inventory.base |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyInventory
This is more or a less a helper class to be used in cases where an implementor or a user would like to swap out the
proper implementation with something that always returns empty result sets.
|
| Modifier and Type | Method and Description |
|---|---|
Inventory |
InventoryFactory.newInstance()
Uses the current thread's context classloader to locate the instance.
|
Inventory |
InventoryFactory.newInstance(ClassLoader classLoader)
Instantiates new
Inventory by locating its service specification in the provided classloader. |
| Modifier and Type | Method and Description |
|---|---|
String |
FeedIdStrategy.generate(Inventory inventory,
Feed proposedFeed)
Generates a unique ID for the provided feed.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AcceptWithFallbackFeedIdStrategy.generate(Inventory inventory,
Feed proposedFeed) |
String |
RandomUUIDFeedIdStrategy.generate(Inventory inventory,
Feed proposedFeed) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseInventory<E>
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.