public static class LocalProcessLauncher.ProcessContext extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
attach(String message,
long interval,
LocalProcessLauncher.ShutdownHook shutdownHook) |
static void |
detach() |
static ConcurrentMap<String,Object> |
getAttributes() |
static ProcessOutputStream |
getProcessOutputStream() |
static boolean |
isAttached() |
public static boolean attach(String message, long interval, LocalProcessLauncher.ShutdownHook shutdownHook)
public static void detach() throws InterruptedException
InterruptedException
public static ConcurrentMap<String,Object> getAttributes()
public static ProcessOutputStream getProcessOutputStream()
public static boolean isAttached()