Package org.jline.builtins
Interface Source
-
- All Known Implementing Classes:
Source.InputStreamSource
,Source.PathSource
,Source.ResourceSource
,Source.StdInSource
,Source.URLSource
public interface Source
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Source.InputStreamSource
static class
Source.PathSource
static class
Source.ResourceSource
static class
Source.StdInSource
static class
Source.URLSource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.Long
lines()
java.io.InputStream
read()
-