public interface PatchElement
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the patch element.
|
String |
getId()
Patch element identifier.
|
Collection<ContentModification> |
getModifications()
Get the content modifications.
|
PatchElementProvider |
getProvider()
The provider of the patch element.
|
String getId()
String getDescription()
PatchElementProvider getProvider()
Collection<ContentModification> getModifications()
Copyright © 2023 JBoss by Red Hat. All rights reserved.