Uses of Interface
adams.core.command.ExternalCommand
-
Packages that use ExternalCommand Package Description adams.core.command adams.core.command.output -
-
Uses of ExternalCommand in adams.core.command
Subinterfaces of ExternalCommand in adams.core.command Modifier and Type Interface Description interfaceAsyncCapableExternalCommandInterface for external commands that support asynchronous mode.interfaceExternalCommandWithOptionsInterface for external commands that take options.interfaceExternalCommandWithProgrammaticArgumentsInterface for external commands that support programmatic options that get folded into the command.Classes in adams.core.command that implement ExternalCommand Modifier and Type Class Description classAbstractAsyncCapableExternalCommandAncestor for external commands that can be run in blocking or async mode.classAbstractAsyncCapableExternalCommandWithOptionsAncestor for commands that can be run in async mode that support options.classAbstractExternalCommandAncestor for external commands.classAbstractExternalCommandWithOptionsAncestor for commands that take options. -
Uses of ExternalCommand in adams.core.command.output
Methods in adams.core.command.output with parameters of type ExternalCommand Modifier and Type Method Description protected booleanAbstractOutputFormatter. canFormatOutput(ExternalCommand command, boolean stdout)Determines whether the output should be formatted and forwarded to the command.protected abstract voidAbstractOutputFormatter. doFormatOutput(ExternalCommand command, boolean stdout, boolean blocking, String output)Formats the output received from the command.protected voidLineSplit. doFormatOutput(ExternalCommand command, boolean stdout, boolean blocking, String output)Formats the output received from the command.protected voidPassThrough. doFormatOutput(ExternalCommand command, boolean stdout, boolean blocking, String output)Formats the output received from the command.voidAbstractOutputFormatter. formatOutput(ExternalCommand command, boolean stdout, boolean blocking, String output)Formats the output received from the command.voidOutputFormatter. formatOutput(ExternalCommand command, boolean stdout, boolean blocking, String output)Formats the output received from the command.
-