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 classSource.InputStreamSourcestatic classSource.PathSourcestatic classSource.ResourceSourcestatic classSource.StdInSourcestatic classSource.URLSource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.Longlines()java.io.InputStreamread()
-