Uses of Interface
org.jline.builtins.Source
-
Packages that use Source Package Description org.jline.builtins JLine Builtins provides a collection of utility classes and implementations for common terminal functionality. -
-
Uses of Source in org.jline.builtins
Classes in org.jline.builtins that implement Source Modifier and Type Class Description static class
Source.InputStreamSource
A Source implementation that reads from an InputStream.static class
Source.PathSource
A Source implementation that reads from a file system path.static class
Source.ResourceSource
A Source implementation that reads from a classpath resource.static class
Source.StdInSource
A Source implementation that reads from standard input.static class
Source.URLSource
A Source implementation that reads from a URL.Fields in org.jline.builtins with type parameters of type Source Modifier and Type Field Description protected java.util.List<Source>
Less. sources
Methods in org.jline.builtins with parameters of type Source Modifier and Type Method Description void
Less. run(Source... sources)
Method parameters in org.jline.builtins with type arguments of type Source Modifier and Type Method Description void
Less. run(java.util.List<Source> sources)
-