Uses of Interface
org.jline.builtins.Source
-
-
Uses of Source in org.jline.builtins
Classes in org.jline.builtins that implement Source Modifier and Type Class Description static classSource.InputStreamSourceA Source implementation that reads from an InputStream.static classSource.PathSourceA Source implementation that reads from a file system path.static classSource.ResourceSourceA Source implementation that reads from a classpath resource.static classSource.StdInSourceA Source implementation that reads from standard input.static classSource.URLSourceA 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. sourcesMethods in org.jline.builtins with parameters of type Source Modifier and Type Method Description voidLess. run(Source... sources)Method parameters in org.jline.builtins with type arguments of type Source Modifier and Type Method Description voidLess. run(java.util.List<Source> sources)
-