public interface Task
Delta
Modifier and Type | Method and Description |
---|---|
void |
execute(InstallContext installContext)
A good-citizen task should execute itself responsibly: it should know
what to do in case of problems: for instance, fixable or irrelevant
issues should usually just be logged used the InstallContext methods,
when the user can fix them later on.
|
String |
getDescription()
Description what will happen during the execution.
|
String |
getName()
Description of what has changed.
|
String getName()
String getDescription()
void execute(InstallContext installContext) throws TaskExecutionException
TaskExecutionException
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.