インターフェースの使用
org.springframework.boot.buildpack.platform.io.IOConsumer
IOConsumer を使用するパッケージ
パッケージ
説明
ローカルまたはリモートエンジンで HTTP 操作を提供する Docker トランスポートクラス。
Docker 型。
IO クラスとユーティリティ。
org.springframework.boot.buildpack.platform.docker.transport 内の IOConsumer 使用
型 IOConsumer のパラメーターを持つ org.springframework.boot.buildpack.platform.docker.transport のメソッド修飾子と型メソッド説明HttpTransport.post(URISE uri, StringSE contentType, IOConsumer<OutputStreamSE> writer) HTTP POST 操作を実行します。HttpTransport.put(URISE uri, StringSE contentType, IOConsumer<OutputStreamSE> writer) HTTP PUT 操作を実行します。org.springframework.boot.buildpack.platform.docker.type 内の IOConsumer 使用
型 IOConsumer のパラメーターを持つ org.springframework.boot.buildpack.platform.docker.type のメソッド修飾子と型メソッド説明static ImageArchiveImageArchive.from(Image image, IOConsumer<ImageArchive.Update> update) 既存のImageに基づいて新しいImageArchiveを作成します。static LayerLayer.of(IOConsumer<Layout> layout) org.springframework.boot.buildpack.platform.io 内の IOConsumer 使用
型 IOConsumer のパラメーターを持つ org.springframework.boot.buildpack.platform.io のメソッド修飾子と型メソッド説明static InspectedContentInspectedContent.of(IOConsumer<OutputStreamSE> writer, InspectedContent.Inspector... inspectors) ソースの書き込みメソッドからInspectedContentインスタンスを作成するファクトリメソッド。static TarArchiveTarArchive.of(IOConsumer<Layout> layout) 特定のレイアウトで新しいTarArchiveインスタンスを作成するファクトリメソッド。