| Package | Description |
|---|---|
| org.jboss.as.patching.installation |
| Modifier and Type | Class and Description |
|---|---|
class |
LayerInfo
Immutable layer info.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AddOn |
InstalledIdentity.getAddOn(String addOnName)
Get an add-on by name.
|
AddOn |
InstalledIdentityImpl.getAddOn(String addOnName) |
AddOn |
InstallationManagerImpl.getAddOn(String addOnName) |
protected AddOn |
InstalledIdentityImpl.putAddOn(String name,
AddOn addOn) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<AddOn> |
InstalledIdentity.getAddOns()
Get a list of installed add-ons.
|
Collection<AddOn> |
InstalledIdentityImpl.getAddOns() |
Collection<AddOn> |
InstallationManagerImpl.getAddOns() |
| Modifier and Type | Method and Description |
|---|---|
protected AddOn |
InstalledIdentityImpl.putAddOn(String name,
AddOn addOn) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.