Package org.aksw.jenax.engine.qlever
Class StreamOpVisitorStream
java.lang.Object
org.aksw.jenax.engine.qlever.StreamOpVisitorStream
- All Implemented Interfaces:
org.aksw.commons.util.obj.HasSelf<org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>>,org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
public class StreamOpVisitorStream
extends Object
implements org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.commons.compress.compressors.CompressorStreamFactoryprotected org.aksw.shellgebra.exec.SysRuntime -
Constructor Summary
ConstructorsConstructorDescriptionStreamOpVisitorStream(org.apache.commons.compress.compressors.CompressorStreamFactory compressorStreamFactory) -
Method Summary
Modifier and TypeMethodDescriptionstatic StreamOpVisitorStreamvisit(org.aksw.shellgebra.algebra.stream.op.StreamOpCommand op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpConcat op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpContentConvert op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpFile op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpTranscode op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpVar op) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.util.obj.HasSelf
self
-
Field Details
-
compressorStreamFactory
protected org.apache.commons.compress.compressors.CompressorStreamFactory compressorStreamFactory -
runtime
protected org.aksw.shellgebra.exec.SysRuntime runtime
-
-
Constructor Details
-
StreamOpVisitorStream
public StreamOpVisitorStream() -
StreamOpVisitorStream
public StreamOpVisitorStream(org.apache.commons.compress.compressors.CompressorStreamFactory compressorStreamFactory)
-
-
Method Details
-
getSingleton
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
-