public interface PatchingTask
| Modifier and Type | Interface and Description |
|---|---|
static class |
PatchingTask.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(PatchingTaskContext context)
Execute.
|
ContentItem |
getContentItem()
Get the content item modified by this task.
|
boolean |
prepare(PatchingTaskContext context)
Prepare the content modification.
|
ContentItem getContentItem()
boolean prepare(PatchingTaskContext context) throws IOException
context - the patching task contextIOExceptionvoid execute(PatchingTaskContext context) throws IOException
context - the patching contextIOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.