|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.crsh.command | |
org.crsh.shell.impl.command |
Uses of Filter in org.crsh.command |
---|
Subinterfaces of Filter in org.crsh.command | |
---|---|
interface |
CommandInvoker<C,P>
A command invoker is a filter for an InteractionContext consumer. |
Classes in org.crsh.command that implement Filter | |
---|---|
class |
GroovyScriptCommand
|
(package private) class |
PipeCommandProxy<C,P>
|
Uses of Filter in org.crsh.shell.impl.command |
---|
Classes in org.crsh.shell.impl.command that implement Filter | |
---|---|
(package private) class |
Pipe<C,P>
|
(package private) static class |
Pipe.Chunkizer
|
(package private) static class |
Pipe.Invoker<C,P>
A pipe filter that invokes a command through a CommandInvoker . |
(package private) static class |
Pipe.Sink<P>
|
(package private) class |
PipeLine
|
Fields in org.crsh.shell.impl.command declared as Filter | |
---|---|
(package private) Filter<C,P,InteractionContext<P>> |
Pipe.Invoker.command
. |
Constructors in org.crsh.shell.impl.command with parameters of type Filter | |
---|---|
Pipe.Invoker(Filter<C,P,InteractionContext<P>> command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |