public interface PatchElementProvider extends UpgradeCondition
Modifier and Type | Method and Description |
---|---|
<T extends PatchElementProvider> |
forType(Patch.PatchType patchType,
Class<T> clazz) |
LayerType |
getLayerType()
Get the layer type for this element.
|
boolean |
isAddOn()
Whether the provider is an add-on (or a layer)
|
getIncompatibleWith, getName, getPatchType, getRequires
LayerType getLayerType()
boolean isAddOn()
<T extends PatchElementProvider> T forType(Patch.PatchType patchType, Class<T> clazz)
Copyright © 2023 JBoss by Red Hat. All rights reserved.