Package adams.core.command
-
Interface Summary Interface Description AsyncCapableExternalCommand Interface for external commands that support asynchronous mode.ExternalCommand Interface for classes that execute external commands.ExternalCommandWithOptions Interface for external commands that take options.ExternalCommandWithProgrammaticArguments Interface for external commands that support programmatic options that get folded into the command. -
Class Summary Class Description AbstractAsyncCapableExternalCommand Ancestor for external commands that can be run in blocking or async mode.AbstractAsyncCapableExternalCommandWithOptions Ancestor for commands that can be run in async mode that support options.AbstractExternalCommand Ancestor for external commands.AbstractExternalCommandWithOptions Ancestor for commands that take options.AsyncCapableExternalCommandOutputProcessor For collecting the output of the asynchronous docker command. -
Enum Summary Enum Description OutputType Enumeration for what type of output from the external command should be made available, independent of the stdout/stderr processors.