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