java.lang.Object
io.xpipe.api.impl.DataSourceImpl
io.xpipe.api.impl.DataStructureImpl
- All Implemented Interfaces:
DataSource,DataStructure
-
Method Summary
Modifier and TypeMethodDescriptionAttempts to cast this object to aDataStructure.io.xpipe.core.source.DataSourceTypegetType()Returns the type of this data source.io.xpipe.core.data.node.DataStructureNoderead()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, asTable, asText, 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
-
asStructure
Description copied from interface:DataSourceAttempts to cast this object to aDataStructure.- Specified by:
asStructurein interfaceDataSource
-
read
public io.xpipe.core.data.node.DataStructureNode read()- Specified by:
readin interfaceDataStructure
-