public interface PatchOperationBuilder extends PatchTool.ContentPolicyBuilder
Modifier and Type | Interface and Description |
---|---|
static class |
PatchOperationBuilder.AbstractOperationBuilder |
static class |
PatchOperationBuilder.Factory |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
execute(PatchOperationTarget target)
Execute this operation on a target.
|
createPolicy, ignoreModuleChanges, overrideAll, overrideItem, overrideItem, preserveItem, preserveItem
org.jboss.dmr.ModelNode execute(PatchOperationTarget target) throws PatchingException
target
- the targetPatchingException
- if any error occurs while executing the operation.Copyright © 2023 JBoss by Red Hat. All rights reserved.