public interface UpgradeCondition
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getIncompatibleWith()
Get a list of patch-ids, this patch is incompatible with.
|
String |
getName()
Patch element provider name.
|
Patch.PatchType |
getPatchType()
Get the patch type.
|
Collection<String> |
getRequires()
List of the applied patch elements to this provider.
|
String getName()
Patch.PatchType getPatchType()
Collection<String> getRequires()
Collection<String> getIncompatibleWith()
Copyright © 2023 JBoss by Red Hat. All rights reserved.