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 Layer |
InstalledIdentity.getLayer(String layerName)
Get a layer by name.
|
Layer |
InstalledIdentityImpl.getLayer(String layerName) |
protected Layer |
InstalledIdentityImpl.putLayer(String name,
Layer layer) |
Modifier and Type | Method and Description |
---|---|
abstract List<Layer> |
InstalledIdentity.getLayers()
Get a list of installed layers.
|
List<Layer> |
InstalledIdentityImpl.getLayers() |
Modifier and Type | Method and Description |
---|---|
protected Layer |
InstalledIdentityImpl.putLayer(String name,
Layer layer) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.