Package | Description |
---|---|
org.jboss.as.patching | |
org.jboss.as.patching.logging | |
org.jboss.as.patching.metadata | |
org.jboss.as.patching.runner | |
org.jboss.as.patching.tool |
Modifier and Type | Method and Description |
---|---|
Collection<ContentItem> |
ContentConflictsException.getConflicts() |
Constructor and Description |
---|
ContentConflictsException(Collection<ContentItem> conflicts) |
ContentConflictsException(String msg,
Collection<ContentItem> conflicts) |
Modifier and Type | Method and Description |
---|---|
SyncFailedException |
PatchLogger_$logger.wrongCopiedContent(ContentItem item) |
SyncFailedException |
PatchLogger.wrongCopiedContent(ContentItem item) |
Modifier and Type | Method and Description |
---|---|
ContentConflictsException |
PatchLogger_$logger.conflictsDetected(Collection<ContentItem> conflicts) |
ContentConflictsException |
PatchLogger.conflictsDetected(Collection<ContentItem> conflicts) |
Modifier and Type | Class and Description |
---|---|
class |
BundleItem
ModuleIdentityRepository |
class |
MiscContentItem |
class |
ModuleItem |
Modifier and Type | Method and Description |
---|---|
<T extends ContentItem> |
ContentModification.getItem(Class<T> expected) |
Modifier and Type | Method and Description |
---|---|
ContentItem |
ModificationCondition.ExistsCondition.getContentItem() |
ContentItem |
ContentModification.getItem() |
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) |
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
|
Constructor and Description |
---|
ContentModification(ContentItem item,
byte[] targetHash,
ModificationType type) |
ContentModification(ContentItem item,
byte[] targetHash,
ModificationType type,
ModificationCondition condition) |
ContentModification(ContentItem item,
ContentModification existing) |
Modifier and Type | Method and Description |
---|---|
ContentItem |
PatchingTask.getContentItem()
Get the content item modified by this task.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContentItemFilter.accepts(ContentItem item)
Tests whether or not the content-item should be included or not.
|
abstract File |
PatchContentLoader.getFile(ContentItem item)
Get a patch content file.
|
File |
PatchingTaskContext.getTargetFile(ContentItem item)
Get the target location for a given content item.
|
boolean |
PatchingTaskContext.isExcluded(ContentItem contentItem)
Check the content verification policy whether a given
content item can be excluded or not.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContentVerificationPolicy.ignoreContentValidation(ContentItem item)
Update existing Policy.
|
boolean |
ContentVerificationPolicy.preserveExisting(ContentItem item)
Preserve existing Policy.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.