Uses of Enum Class
org.jline.shell.Pipeline.Operator
Packages that use Pipeline.Operator
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of Pipeline.Operator in org.jline.shell
Methods in org.jline.shell that return Pipeline.OperatorModifier and TypeMethodDescriptionstatic Pipeline.OperatorPipeline.Operator.fromSymbol(String symbol) Returns the operator matching the given symbol, ornullif none matches.Pipeline.Stage.operator()Returns the operator that follows this stage, ornullfor the last stage.static Pipeline.OperatorReturns the enum constant of this class with the specified name.static Pipeline.Operator[]Pipeline.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Pipeline.Operator in org.jline.shell.impl
Methods in org.jline.shell.impl that return Pipeline.OperatorConstructors in org.jline.shell.impl with parameters of type Pipeline.OperatorModifierConstructorDescriptionDefaultStage(String commandLine, Pipeline.Operator operator, Path redirectTarget, boolean append) Creates a new stage.DefaultStage(String commandLine, Pipeline.Operator operator, Path redirectTarget, boolean append, Path inputSource) Creates a new stage with input source.Constructor parameters in org.jline.shell.impl with type arguments of type Pipeline.OperatorModifierConstructorDescriptionPipelineParser(Map<String, Pipeline.Operator> customOperators) Creates a new PipelineParser with custom operator symbol mappings.