Uses of Class
septogeddon.pluginquery.QueryChannelHandler
Packages that use QueryChannelHandler
Package
Description
-
Uses of QueryChannelHandler in septogeddon.pluginquery
Methods in septogeddon.pluginquery with type parameters of type QueryChannelHandlerMethods in septogeddon.pluginquery that return QueryChannelHandlerModifier and TypeMethodDescriptionQueryPipelineImpl.first()
QueryPipelineImpl.last()
QueryPipelineImpl.nextHandler
(QueryChannelHandler of) Methods in septogeddon.pluginquery that return types with arguments of type QueryChannelHandlerModifier and TypeMethodDescriptionCollection
<? extends QueryChannelHandler> QueryPipelineImpl.getPipes()
Methods in septogeddon.pluginquery with parameters of type QueryChannelHandlerModifier and TypeMethodDescriptionboolean
QueryPipelineImpl.addAfter
(String after, QueryChannelHandler handler) boolean
QueryPipelineImpl.addBefore
(String before, QueryChannelHandler handler) boolean
QueryPipelineImpl.addFirst
(QueryChannelHandler handler) boolean
QueryPipelineImpl.addLast
(QueryChannelHandler handler) QueryPipelineImpl.nextHandler
(QueryChannelHandler of) -
Uses of QueryChannelHandler in septogeddon.pluginquery.api
Methods in septogeddon.pluginquery.api with type parameters of type QueryChannelHandlerMethods in septogeddon.pluginquery.api that return QueryChannelHandlerModifier and TypeMethodDescriptionQueryPipeline.first()
The first handler on this pipelineQueryPipeline.last()
The last handler on this pipelineQueryPipeline.nextHandler
(QueryChannelHandler of) Find the handler next to this handlerMethods in septogeddon.pluginquery.api that return types with arguments of type QueryChannelHandlerModifier and TypeMethodDescriptionCollection
<? extends QueryChannelHandler> QueryPipeline.getPipes()
Get all handlersMethods in septogeddon.pluginquery.api with parameters of type QueryChannelHandlerModifier and TypeMethodDescriptionboolean
QueryPipeline.addAfter
(String after, QueryChannelHandler handler) Add handler after another handlerboolean
QueryPipeline.addBefore
(String before, QueryChannelHandler handler) Add handler before another handlerboolean
QueryPipeline.addFirst
(QueryChannelHandler handler) Add handler at the first indexdefault boolean
QueryPipeline.addFirst
(QueryChannelHandler... handlers) Que Add handlers at the first indexboolean
QueryPipeline.addLast
(QueryChannelHandler handler) Add handler at the last indexdefault boolean
QueryPipeline.addLast
(QueryChannelHandler... handlers) Add handlers at the last indexQueryPipeline.nextHandler
(QueryChannelHandler of) Find the handler next to this handlerdefault boolean
QueryPipeline.remove
(QueryChannelHandler handler) Remove handler from pipeline -
Uses of QueryChannelHandler in septogeddon.pluginquery.channel
Subclasses of QueryChannelHandler in septogeddon.pluginquery.channelModifier and TypeClassDescriptionclass
class
class
class
class
class
class