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 contextIOException
void execute(PatchingTaskContext context) throws IOException
context
- the patching contextIOException
Copyright © 2013 JBoss by Red Hat. All rights reserved.