Package | Description |
---|---|
org.jboss.as.patching.metadata |
Modifier and Type | Class and Description |
---|---|
static class |
ModificationCondition.ExistsCondition |
Modifier and Type | Method and Description |
---|---|
static ModificationCondition |
ModificationCondition.Factory.exists(ContentItem contentItem)
Creates a condition which will be satisfied in case the path relative
to the installation root directory exists
|
static ModificationCondition |
ModificationCondition.Factory.fromString(String condition) |
ModificationCondition |
ContentModification.getCondition()
Condition which has to be satisfied for this modification to be applied
to the target installation.
|
Modifier and Type | Method and Description |
---|---|
T |
ModificationBuilderTarget.addFile(String name,
List<String> path,
byte[] newHash,
boolean isDirectory,
ModificationCondition condition) |
protected ContentModification |
ModificationBuilderTarget.createContentModification(ContentItem item,
ModificationType type,
byte[] existingHash,
ModificationCondition condition) |
T |
ModificationBuilderTarget.modifyFile(String name,
List<String> path,
byte[] existingHash,
byte[] newHash,
boolean isDirectory,
ModificationCondition condition) |
T |
ModificationBuilderTarget.removeFile(String name,
List<String> path,
byte[] existingHash,
boolean isDirectory,
ModificationCondition condition) |
Constructor and Description |
---|
ContentModification(ContentItem item,
byte[] targetHash,
ModificationType type,
ModificationCondition condition) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.