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.
|
Patch.PatchType |
getPatchType()
Get the patch type.
|
Set<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()
Patch.PatchType getPatchType()
Set<ContentItem> getSpecifiedContent()
generating the modifications by differencing the two distributions
.Copyright © 2013 JBoss by Red Hat. All rights reserved.