| Package | Description |
|---|---|
| org.hawkular.inventory.api.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryStructure.Builder<Root> |
InventoryStructure.Offline.asBuilder()
You can use this method if you have an existing inventory structure and want to make modifications to it.
|
static <B extends Entity.Blueprint> |
InventoryStructure.of(B root)
Shortcut method, exactly identical to calling
InventoryStructure.Offline.of(Entity.Blueprint). |
static <B extends Entity.Blueprint> |
InventoryStructure.of(B root,
Object attachment)
Shortcut method, exactly identical to calling
InventoryStructure.Offline.of(Entity.Blueprint, Object). |
static <R extends Entity.Blueprint> |
InventoryStructure.Offline.of(R root) |
static <R extends Entity.Blueprint> |
InventoryStructure.Offline.of(R root,
Object attachment) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.