Package | Description |
---|---|
org.apache.sling.pipes | |
org.apache.sling.pipes.internal |
Modifier and Type | Field and Description |
---|---|
protected SuperPipe |
BasePipe.parent |
Modifier and Type | Method and Description |
---|---|
SuperPipe |
Pipe.getParent() |
SuperPipe |
BasePipe.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
Pipe.setParent(SuperPipe pipe)
sets the parent pipe this pipe is referred by
|
void |
BasePipe.setParent(SuperPipe parent) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerPipe
This pipe executes the pipes it has in its configuration, chaining their result, and
modifying each contained pipe's expression with its context
|
class |
ManifoldPipe
This pipe executes the pipes it has in its configuration, in sequence or parallel;
the output of the children pipes is merged;
if execution is parallel, merge ordering is random;
duplicate resources are kept in the output
ManifoldPipe uses a thread pool to run its subpipes, but is NOT itself thread-safe
|
class |
NotPipe
executes a pipe referred in the configuration, but invert output:
nothing if the pipe has something, input if the pipe has nothing
|
class |
ReferencePipe
executes a pipe referred in the configuration
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.