Package | Description |
---|---|
org.apache.sling.pipes | |
org.apache.sling.pipes.internal |
Modifier and Type | Method and Description |
---|---|
PipeBuilder |
PipeBuilder.$(String expr)
attach a sling query find pipe to the current context
|
PipeBuilder |
PipeBuilder.acls()
attach an ACL pipe to the current context
|
PipeBuilder |
PipeBuilder.allow(String expr)
attach an ACL pipe to the current context and sets allow acls on the resource
|
PipeBuilder |
PipeBuilder.auth(Object... conf)
attach an authorizable pipe to the current context
|
PipeBuilder |
PipeBuilder.children(String expr)
attach a sling query children pipe to the current context
|
PipeBuilder |
PipeBuilder.closest(String expr)
attach a sling query closest pipe to the current context
|
PipeBuilder |
PipeBuilder.csv(String expr)
attach a csv pipe to the current context
|
PipeBuilder |
PipeBuilder.deny(String expr)
attach an ACL pipe to the current context and sets deny acls on the resource
|
PipeBuilder |
PipeBuilder.echo(String path)
attach a base pipe to the current context
|
PipeBuilder |
PipeBuilder.egrep(String expr)
attach a Regexp pipe to the current context
|
PipeBuilder |
PipeBuilder.grep(Object... conf)
attach a filter pipe to the current context
|
PipeBuilder |
PipeBuilder.json(String expr)
attach a json pipe to the current context
|
PipeBuilder |
PipeBuilder.mkdir(String expr)
Attach a path pipe to the current context
|
PipeBuilder |
PipeBuilder.mp()
attach a MULTI value property pipe to the current context
|
PipeBuilder |
PipeBuilder.mv(String expr)
attach a move pipe to the current context
|
PipeBuilder |
PipeBuilder.not(String expr)
attach a not pipe to the current context
|
PipeBuilder |
PipeBuilder.parent()
attach a sling query parent pipe to the current context
|
PipeBuilder |
PipeBuilder.parents(String expr)
attach a sling query parents pipe to the current context
|
PipeBuilder |
PipeBuilder.pkg(String expr)
attach a package pipe, in filter collection mode as default
|
PipeBuilder |
PipeBuilder.ref(String expr)
attach a reference pipe to the current context
|
PipeBuilder |
PipeBuilder.rm()
attach a rm pipe to the current context
|
PipeBuilder |
PipeBuilder.siblings(String expr)
attach a sling query siblings pipe to the current context
|
PipeBuilder |
PipeBuilder.traverse()
attach a traverse pipe to the current context
|
PipeBuilder |
PipeBuilder.write(Object... conf)
attach a write pipe to the current context
|
PipeBuilder |
PipeBuilder.xpath(String expr)
attach a xpath pipe to the current context
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,PipeExecutor> |
GogoCommands.getExecutorMap() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.