java.lang.Object
io.xpipe.api.impl.DataSourceImpl
io.xpipe.api.impl.DataTextImpl
- All Implemented Interfaces:
DataSource,DataText
-
Method Summary
Methods inherited from class io.xpipe.api.impl.DataSourceImpl
appendTo, create, create, create, forwardTo, get, getConfig, getId, getInternalSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.xpipe.api.DataSource
appendTo, asRaw, asStructure, asTable, forwardTo, getConfig, getId, getInternalSource
-
Method Details
-
getType
public io.xpipe.core.source.DataSourceType getType()Description copied from interface:DataSourceReturns the type of this data source.- Specified by:
getTypein interfaceDataSource
-
asText
Description copied from interface:DataSourceAttempts to cast this object to aDataText.- Specified by:
asTextin interfaceDataSource
-
readAllLines
- Specified by:
readAllLinesin interfaceDataText
-
readLines
-
lines
-
readAll
-
read
-