public abstract class CompositeProcess extends AbstractProcess
SystemProcesses preserving their order.| Modifier and Type | Field and Description |
|---|---|
protected List<? extends SystemProcess> |
children |
log| Constructor and Description |
|---|
CompositeProcess(List<? extends SystemProcess> children) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
protected static void |
invokeDestroy(SystemProcess killer,
boolean forceful) |
String |
toString() |
destroy, destroyForcefully, destroyGracefully, waitForclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisAlive, waitForprotected final List<? extends SystemProcess> children
public CompositeProcess(List<? extends SystemProcess> children)
public String getDescription()
getDescription in class AbstractProcesspublic String toString()
toString in class AbstractProcessprotected static void invokeDestroy(SystemProcess killer, boolean forceful) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2019 ZeroTurnaround. All rights reserved.