Uses of Class
org.apache.felix.gogo.runtime.Pipe
-
Packages that use Pipe Package Description org.apache.felix.gogo.runtime -
-
Uses of Pipe in org.apache.felix.gogo.runtime
Fields in org.apache.felix.gogo.runtime with type parameters of type Pipe Modifier and Type Field Description private static java.lang.ThreadLocal<Pipe>
Pipe. CURRENT
private java.util.List<Pipe>
CommandSessionImpl.JobImpl. pipes
Methods in org.apache.felix.gogo.runtime that return Pipe Modifier and Type Method Description static Pipe
Pipe. getCurrentPipe()
private static Pipe
Pipe. setCurrentPipe(Pipe pipe)
Methods in org.apache.felix.gogo.runtime with parameters of type Pipe Modifier and Type Method Description (package private) void
CommandSessionImpl.JobImpl. addPipe(Pipe pipe)
private static Pipe
Pipe. setCurrentPipe(Pipe pipe)
-