Package | Description |
---|---|
org.jboss.as.patching.metadata |
Modifier and Type | Method and Description |
---|---|
ModificationType |
ContentModification.getType() |
static ModificationType |
ModificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModificationType[] |
ModificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected ContentModification |
ModificationBuilderTarget.createContentModification(ContentItem item,
ModificationType type,
byte[] existingHash) |
protected ContentModification |
ModificationBuilderTarget.createContentModification(ContentItem item,
ModificationType type,
byte[] existingHash,
ModificationCondition condition) |
Constructor and Description |
---|
ContentModification(ContentItem item,
byte[] targetHash,
ModificationType type) |
ContentModification(ContentItem item,
byte[] targetHash,
ModificationType type,
ModificationCondition condition) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.