Uses of Interface
org.jline.shell.Pipeline.Stage
Packages that use Pipeline.Stage
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of Pipeline.Stage in org.jline.shell
Methods in org.jline.shell that return types with arguments of type Pipeline.StageModifier and TypeMethodDescriptionPipeline.stages()Returns the ordered list of stages in this pipeline. -
Uses of Pipeline.Stage in org.jline.shell.impl
Classes in org.jline.shell.impl that implement Pipeline.StageMethods in org.jline.shell.impl that return types with arguments of type Pipeline.StageConstructor parameters in org.jline.shell.impl with type arguments of type Pipeline.StageModifierConstructorDescriptionDefaultPipeline(List<Pipeline.Stage> stages, String source, boolean background) Creates a new pipeline.