Class StageDocker
java.lang.Object
org.aksw.shellgebra.exec.stage.StageDocker
- All Implemented Interfaces:
Stage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CmdOpprotected ContainerPathResolverprotected FileMapperprotected String -
Constructor Summary
ConstructorsConstructorDescriptionStageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, Function<CmdOpVar, Stage> varResolver) -
Method Summary
Modifier and TypeMethodDescriptionfrom(com.google.common.io.ByteSource input) Use a byte source for input.from(BoundStage input) from(FileWriterTask inputTask) fromNull()
-
Field Details
-
imageRef
-
cmdOp
-
fileMapper
-
containerPathResolver
-
varResolver
-
-
Constructor Details
-
StageDocker
public StageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, Function<CmdOpVar, Stage> varResolver)
-
-
Method Details
-
from
Description copied from interface:StageUse a byte source for input. Note: If the byte source wraps a live input stream, then it is the caller's responsibility to close it. -
from
-
from
-
fromNull
-