Uses of Interface
org.aksw.commons.io.endpoint.FileCreation
Packages that use FileCreation
-
Uses of FileCreation in org.aksw.commons.io.process.pipe
Methods in org.aksw.commons.io.process.pipe that return FileCreationModifier and TypeMethodDescriptionstatic FileCreationProcessPipeUtils.createFileCreation(Process process, Path path) PipeToPath.getFileCreation()ProcessSink.redirectTo(Path path) ProcessSinkImpl.redirectTo(Path path) Methods in org.aksw.commons.io.process.pipe that return types with arguments of type FileCreationModifier and TypeMethodDescriptiondefault BiFunction<Path,Path, FileCreation> PipeTransform.mapPathToPath()PipeTransformSysCall.mapPathToPath()PipeTransformSysCallStream.mapPathToPath()ProcessPipeEngine.mapPathToPath(BiFunction<Path, Path, String[]> cmdBuilder) ProcessPipeEngineNative.mapPathToPath(BiFunction<Path, Path, String[]> cmdBuilder) static BiFunction<Path,Path, FileCreation> ProcessPipeUtils.mapPathToPath(BiFunction<Path, Path, String[]> cmdBuilder) default BiFunction<InputStream,Path, FileCreation> PipeTransform.mapStreamToPath()PipeTransformSysCall.mapStreamToPath()PipeTransformSysCallStream.mapStreamToPath()ProcessPipeEngine.mapStreamToPath(Function<Path, String[]> cmdBuilder) ProcessPipeEngineNative.mapStreamToPath(Function<Path, String[]> cmdBuilder) static BiFunction<InputStreamOrPath,Path, FileCreation> ProcessPipeUtils.mapStreamToPath(Function<Path, String[]> cmdBuilder) Method parameters in org.aksw.commons.io.process.pipe with type arguments of type FileCreationModifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.Single<Path>PipeTransformRx.singleFromFileCreation(Supplier<FileCreation> fileCreationSupplier) If the file creation completed successfully, further subscriptions to the single should return the cached path to the file instead of starting the creation again