Package | Description |
---|---|
org.jboss.as.patching | |
org.jboss.as.patching.generator | |
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() |
Modifier and Type | Method and Description |
---|---|
SyncFailedException |
PatchMessages.wrongCopiedContent(ContentItem item) |
Modifier and Type | Method and Description |
---|---|
ContentConflictsException |
PatchMessages.conflictsDetected(Collection<ContentItem> conflicts) |
Constructor and Description |
---|
ContentConflictsException(Collection<ContentItem> conflicts) |
ContentConflictsException(String msg,
Collection<ContentItem> conflicts) |
Modifier and Type | Method and Description |
---|---|
Set<ContentItem> |
PatchElementConfig.getSpecifiedContent()
Gets the modifications specifically specified in the patch config, if the config doesn't specify
generating the modifications by differencing the two distributions . |
Set<ContentItem> |
PatchConfig.getSpecifiedContent()
Gets the modifications specifically specified in the patch config, if the config doesn't specify
generating the modifications by differencing the two distributions . |
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 |
ContentModification.getItem() |
Modifier and Type | Method and Description |
---|---|
protected ContentModification |
ModificationBuilderTarget.createContentModification(ContentItem item,
ModificationType type,
byte[] existingHash) |
Constructor and Description |
---|
ContentModification(ContentItem item,
byte[] targetHash,
ModificationType type) |
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 © 2013 JBoss by Red Hat. All rights reserved.