public class InstalledIdentityImpl extends InstalledIdentity
| Modifier | Constructor and Description |
|---|---|
protected |
InstalledIdentityImpl(Identity identity,
List<String> allPatches,
InstalledImage installedImage) |
| Modifier and Type | Method and Description |
|---|---|
AddOn |
getAddOn(String addOnName)
Get an add-on by name.
|
Collection<String> |
getAddOnNames()
Get a list of available add-on names.
|
Collection<AddOn> |
getAddOns()
Get a list of installed add-ons.
|
List<String> |
getAllInstalledPatches()
Get a list of all installed patches.
|
Identity |
getIdentity()
Get information about the installed identity.
|
InstalledImage |
getInstalledImage()
Get the installed image.
|
Layer |
getLayer(String layerName)
Get a layer by name.
|
List<String> |
getLayerNames()
Get a list of available layer names.
|
List<Layer> |
getLayers()
Get a list of installed layers.
|
protected AddOn |
putAddOn(String name,
AddOn addOn) |
protected Layer |
putLayer(String name,
Layer layer) |
load, loadprotected InstalledIdentityImpl(Identity identity, List<String> allPatches, InstalledImage installedImage)
public List<String> getAllInstalledPatches()
InstalledIdentitygetAllInstalledPatches in class InstalledIdentitypublic Identity getIdentity()
InstalledIdentitygetIdentity in class InstalledIdentitypublic List<Layer> getLayers()
InstalledIdentitygetLayers in class InstalledIdentitypublic List<String> getLayerNames()
InstalledIdentitygetLayerNames in class InstalledIdentitypublic Layer getLayer(String layerName)
InstalledIdentitygetLayer in class InstalledIdentitylayerName - the layer namenull if there is no matching layerpublic Collection<String> getAddOnNames()
InstalledIdentitygetAddOnNames in class InstalledIdentitypublic AddOn getAddOn(String addOnName)
InstalledIdentitygetAddOn in class InstalledIdentityaddOnName - the add-on namenull if is no matching add-onpublic Collection<AddOn> getAddOns()
InstalledIdentitygetAddOns in class InstalledIdentitypublic InstalledImage getInstalledImage()
InstalledIdentitygetInstalledImage in class InstalledIdentityCopyright © 2014 JBoss by Red Hat. All rights reserved.