Interface DockerCommand

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SimpleDockerConnection getConnection()
      Returns the docker connection in use.
      void setConnection​(SimpleDockerConnection value)
      Sets the docker connection to use.
      • Methods inherited from interface adams.core.command.AsyncCapableExternalCommand

        addStdErr, addStdOut, blockingTipText, getBlocking, setBlocking
      • Methods inherited from interface adams.core.Destroyable

        destroy
      • Methods inherited from interface adams.core.command.ExternalCommand

        addFormattedOutput, cleanUp, execute, generates, getLastCommand, getOutputFormatter, getOutputType, getStdErrProcessor, getStdOutProcessor, hasLastCommand, hasOutput, isExecuted, isFinished, isRunning, isUsingBlocking, output, outputFormatterTipText, outputTypeTipText, setOutputFormatter, setOutputType, setStdErrProcessor, setStdOutProcessor, stdErrProcessorTipText, stdOutProcessorTipText
      • Methods inherited from interface adams.flow.core.FlowContextHandler

        getFlowContext, setFlowContext
      • Methods inherited from interface adams.core.option.OptionHandler

        cleanUpOptions, defineOptions, getOptionManager, toCommandLine
      • Methods inherited from interface adams.core.QuickInfoSupporter

        getQuickInfo
      • Methods inherited from interface adams.core.Stoppable

        stopExecution
      • Methods inherited from interface adams.core.StoppableWithFeedback

        isStopped
    • Method Detail

      • setConnection

        void setConnection​(SimpleDockerConnection value)
        Sets the docker connection to use.
        Parameters:
        value - the connection
      • getConnection

        SimpleDockerConnection getConnection()
        Returns the docker connection in use.
        Returns:
        the connection, null if none set