Uses of Interface
org.aksw.shellgebra.util.PathLifeCycle
Packages that use PathLifeCycle
Package
Description
-
Uses of PathLifeCycle in org.aksw.shellgebra.exec.graph
Constructors in org.aksw.shellgebra.exec.graph with parameters of type PathLifeCycle -
Uses of PathLifeCycle in org.aksw.shellgebra.exec.stage
Fields in org.aksw.shellgebra.exec.stage declared as PathLifeCycleMethods in org.aksw.shellgebra.exec.stage with parameters of type PathLifeCycleModifier and TypeMethodDescriptionBoundStage.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) BoundStageByteSource.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) BoundStageDocker.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) BoundStageHost.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) BoundStageJvm.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) protected FileWriterTaskBoundStageDocker.execToPathInternal(Path outPath, String outContainerPath, PathLifeCycle pathLifeCycle) protected FileWriterTaskBoundStageHost.execToPathInternal(Path outPath, PathLifeCycle pathLifeCycle) Constructors in org.aksw.shellgebra.exec.stage with parameters of type PathLifeCycleModifierConstructorDescriptionFileWriterTaskBase(Path path, PathLifeCycle pathLifeCycle) FileWriterTaskFromByteSource(Path path, PathLifeCycle pathLifeCycle, com.google.common.io.ByteSource byteSource) FileWriterTaskFromContainer(org.testcontainers.containers.GenericContainer<?> container, Path path, PathLifeCycle pathLifeCycle, List<FileWriterTask> subTasks) FileWriterTaskFromProcess(Path outputPath, PathLifeCycle pathLifeCycle, String... cmd) FileWriterTaskFromProcessBuilder(Path outputPath, PathLifeCycle pathLifeCycle, List<ProcessBuilder> processBuilders, List<FileWriterTask> inputTasks, com.google.common.io.ByteSource inputSource, org.aksw.commons.io.util.stream.OutputStreamTransform outputTransform) FileWriterTaskNoop(Path path, PathLifeCycle pathLifeCycle) FileWriterTaskViaExecutor(Path path, PathLifeCycle pathLifeCycle) -
Uses of PathLifeCycle in org.aksw.shellgebra.util
Subinterfaces of PathLifeCycle in org.aksw.shellgebra.utilClasses in org.aksw.shellgebra.util that implement PathLifeCycleModifier and TypeClassDescriptionstatic classstatic classstatic classFields in org.aksw.shellgebra.util declared as PathLifeCycleModifier and TypeFieldDescriptionprotected PathLifeCyclePathLifeCycles.PathLifeCycleWrapperBase.delegateMethods in org.aksw.shellgebra.util that return PathLifeCycleModifier and TypeMethodDescriptionstatic PathLifeCyclePathLifeCycles.deleteAfterExec(PathLifeCycle delegate) PathLifeCycles.PathLifeCycleWrapper.getDelegate()PathLifeCycles.PathLifeCycleWrapperBase.getDelegate()static PathLifeCyclePathLifeCycles.namedPipe()static PathLifeCyclePathLifeCycles.none()Methods in org.aksw.shellgebra.util with parameters of type PathLifeCycleModifier and TypeMethodDescriptionstatic PathLifeCyclePathLifeCycles.deleteAfterExec(PathLifeCycle delegate) Constructors in org.aksw.shellgebra.util with parameters of type PathLifeCycleModifierConstructorDescriptionPathLifeCycleDeleteAfterExec(PathLifeCycle delegate) PathLifeCycleWrapperBase(PathLifeCycle delegate)