public interface PatchElementConfig
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the patch description.
|
String |
getLayerName()
Get the layer name.
|
String |
getPatchId()
Get the unique patch ID.
|
org.jboss.as.patching.metadata.Patch.PatchType |
getPatchType()
Get the patch type.
|
Set<org.jboss.as.patching.metadata.ContentItem> |
getSpecifiedContent()
Gets the modifications specifically specified in the patch config, if the config doesn't specify
generating the modifications by differencing the two distributions. |
String getPatchId()
String getDescription()
String getLayerName()
org.jboss.as.patching.metadata.Patch.PatchType getPatchType()
Set<org.jboss.as.patching.metadata.ContentItem> getSpecifiedContent()
generating the modifications by differencing the two distributions.Copyright © 2018 JBoss by Red Hat. All rights reserved.