Package io.vertigo.studio.impl.source
Interface SourceReaderPlugin
-
- All Superinterfaces:
io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
- All Known Implementing Classes:
AccountJsonSecuritySourceReaderPlugin
,JsonStaticMasterDataSourceReaderPlugin
,StudioSourceReaderPlugin
,VegaWebServicesSourceReaderPlugin
public interface SourceReaderPlugin extends io.vertigo.core.node.component.Plugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getHandledSourceTypes()
Stream<? extends Sketch>
parseResources(List<Source> resources, Notebook notebook)
-