public interface PatchConfig
Modifier and Type | Method and Description |
---|---|
String |
getAppliesToProduct()
Get the product name this patch applies to.
|
String |
getAppliesToVersion()
Get the applies to version.
|
String |
getDescription()
Get the patch description.
|
Collection<PatchElementConfig> |
getElements()
Get the configuration for each element.
|
Set<String> |
getInRuntimeUseItems()
Get the miscellaneous content item that will be in active use on a target process that isn't in admin-only mode.
|
String |
getPatchId()
Get the unique patch ID.
|
Patch.PatchType |
getPatchType()
Get the patch type.
|
String |
getResultingVersion()
Get the resulting version for cumulative patches.
|
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 . |
boolean |
isGenerateByDiff()
Gets whether the patch.xml should be generated by differencing the two distributions.
|
org.jboss.as.patching.generator.PatchBuilderWrapper |
toPatchBuilder()
Create a
PatchBuilderWrapper whose basic metadata matches what's configured in this object. |
String getPatchId()
String getDescription()
Patch.PatchType getPatchType()
String getAppliesToProduct()
String getAppliesToVersion()
String getResultingVersion()
Set<String> getInRuntimeUseItems()
null
boolean isGenerateByDiff()
true
if the patch.xml should be generated, false
if they have been
specified in the patch config documentSet<ContentItem> getSpecifiedContent()
generating the modifications by differencing the two distributions
.Collection<PatchElementConfig> getElements()
org.jboss.as.patching.generator.PatchBuilderWrapper toPatchBuilder()
PatchBuilderWrapper
whose basic metadata matches what's configured in this object.Copyright © 2013 JBoss by Red Hat. All rights reserved.