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.
|
Collection<OptionalPath> |
getOptionalPaths()
Returns a collection of optional paths.
|
String |
getPatchId()
Get the unique patch ID.
|
org.jboss.as.patching.metadata.Patch.PatchType |
getPatchType()
Get the patch type.
|
String |
getResultingVersion()
Get the resulting version for cumulative patches.
|
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. |
boolean |
isGenerateByDiff()
Gets whether the patch.xml should be generated by differencing the two distributions.
|
boolean |
isOverrideIdentity()
Returns whether we should skip checking the identities of the servers used to
generate the diff.
|
org.jboss.as.patching.generator.PatchBuilderWrapper |
toPatchBuilder()
Create a
PatchBuilderWrapper whose basic metadata matches what's configured in this object. |
String getPatchId()
String getDescription()
org.jboss.as.patching.metadata.Patch.PatchType getPatchType()
String getAppliesToProduct()
String getAppliesToVersion()
String getResultingVersion()
Set<String> getInRuntimeUseItems()
nullboolean isGenerateByDiff()
true if the patch.xml should be generated, false if they have been
specified in the patch config documentSet<org.jboss.as.patching.metadata.ContentItem> getSpecifiedContent()
generating the modifications by differencing the two distributions.Collection<PatchElementConfig> getElements()
Collection<OptionalPath> getOptionalPaths()
boolean isOverrideIdentity()
org.jboss.as.patching.generator.PatchBuilderWrapper toPatchBuilder()
PatchBuilderWrapper whose basic metadata matches what's configured in this object.Copyright © 2021 JBoss by Red Hat. All rights reserved.