Package org.jline.builtins
Class Source.PathSource
- java.lang.Object
-
- org.jline.builtins.Source.PathSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jline.builtins.Source
Source.InputStreamSource, Source.PathSource, Source.ResourceSource, Source.StdInSource, Source.URLSource
-
-
Constructor Summary
Constructors Constructor Description PathSource(java.io.File file, java.lang.String name)PathSource(java.nio.file.Path path, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the name of this source.java.lang.Longlines()Gets the number of lines in this source, if known.java.io.InputStreamread()Opens a stream to read the content of this source.
-