public class CompositeTask extends Object implements InstallTask
| Constructor and Description |
|---|
CompositeTask(InstallTask... subTasks) |
| Modifier and Type | Method and Description |
|---|---|
static InstallTask |
combine(InstallTask task1,
InstallTask task2)
Returns a combined task of task1 and task2 if they are both not null.
|
void |
install(InstallContext installContext,
ProcessConfig config,
String id,
File installDir) |
public CompositeTask(InstallTask... subTasks)
public static InstallTask combine(InstallTask task1, InstallTask task2)
public void install(InstallContext installContext, ProcessConfig config, String id, File installDir) throws Exception
install in interface InstallTaskExceptionCopyright © 2014 Red Hat. All Rights Reserved.