インターフェースの使用
org.springframework.boot.buildpack.platform.docker.DockerLog
DockerLog を使用するパッケージ
org.springframework.boot.buildpack.platform.docker 内の DockerLog 使用
修飾子と型メソッド説明static DockerLogDockerLog.to(PrintStreamSE out) 指定されたPrintStreamSE に出力するDockerLogを返すファクトリメソッド。static DockerLogDockerLog.toSystemOut()System.outSE に出力するDockerLogを返すファクトリメソッド。型 DockerLog のパラメーターを持つ org.springframework.boot.buildpack.platform.docker のコンストラクター修飾子コンストラクター説明DockerApi(@Nullable DockerConnectionConfiguration connectionConfiguration, DockerLog log) 新しいDockerApiインスタンスを作成します。