org.testcontainers.images.builder.traits.BuildContextBuilderTrait Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testcontainers Show documentation
Show all versions of testcontainers Show documentation
Isolated container management for Java code testing
package org.testcontainers.images.builder.traits;
import org.testcontainers.images.builder.Transferable;
/**
* base BuildContextBuilder's trait
*
*/
public interface BuildContextBuilderTrait> {
SELF withFileFromTransferable(String path, Transferable transferable);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy