public class LogcatDaemonRequirement extends DaemonRequirementSupport<LogcatDaemonRequirement,LogcatDaemon>
DaemonRequirementSupport.StreamListenerDelegateorg.echocat.jomon.process.local.daemon.LocalProcessDaemonRequirement.Base<D extends org.echocat.jomon.process.local.daemon.LocalProcessDaemon<?>,T extends org.echocat.jomon.process.local.daemon.LocalProcessDaemonRequirement.Base<D,T>>, org.echocat.jomon.process.local.daemon.LocalProcessDaemonRequirement.ImplDEFAULT_STREAM_LISTENER, EXIT_CODE_VALIDATOR| Constructor and Description |
|---|
LogcatDaemonRequirement(File executable) |
| Modifier and Type | Method and Description |
|---|---|
File |
getAdbExecutable() |
org.echocat.jomon.process.listeners.startup.StartupListener<org.echocat.jomon.process.local.LocalGeneratedProcess> |
getStartupListener() |
Class<LogcatDaemon> |
getType() |
static LogcatDaemonRequirement |
logcatDaemon(File adbExecutable) |
protected void |
logStartOfProcess(org.echocat.jomon.process.local.LocalGeneratedProcess process) |
protected void |
logStartupDoneOfProcess(org.echocat.jomon.process.local.LocalGeneratedProcess process) |
protected void |
logTerminationOfProcess(org.echocat.jomon.process.local.LocalGeneratedProcess process,
boolean success) |
getArguments, getExitCodeValidator, getStreamListener, isShutdownWithThisJvm, thisObject, whichLogsStartOfProcess, whichLogsStartOfProcess, whichLogsStartupDoneOfProcess, whichLogsStartupDoneOfProcess, whichLogsTerminationOfProcess, whichLogsTerminationOfProcess, whichNotLogStartOfProcess, whichNotLogStartupDoneOfProcess, whichNotLogTerminationOfProcess, whichNotShuttingDownWithThisJvm, whichShuttingDownWithThisJvm, whichShuttingDownWithThisJvm, withArgument, withArguments, withArguments, withStreamListener, withStreamListener@Nonnull public static LogcatDaemonRequirement logcatDaemon(@Nonnull File adbExecutable)
@Nonnull public Class<LogcatDaemon> getType()
protected void logStartOfProcess(@Nonnull org.echocat.jomon.process.local.LocalGeneratedProcess process)
logStartOfProcess in class DaemonRequirementSupport<LogcatDaemonRequirement,LogcatDaemon>protected void logStartupDoneOfProcess(@Nonnull org.echocat.jomon.process.local.LocalGeneratedProcess process)
logStartupDoneOfProcess in class DaemonRequirementSupport<LogcatDaemonRequirement,LogcatDaemon>protected void logTerminationOfProcess(@Nonnull org.echocat.jomon.process.local.LocalGeneratedProcess process, boolean success)
logTerminationOfProcess in class DaemonRequirementSupport<LogcatDaemonRequirement,LogcatDaemon>@Nonnull public org.echocat.jomon.process.listeners.startup.StartupListener<org.echocat.jomon.process.local.LocalGeneratedProcess> getStartupListener()
Copyright © 2016 echocat. All rights reserved.