public class WidgetImporter extends ComponentDependencyImporter<Widget>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
WidgetImporter(WidgetFileBasedLoader widgetLoader,
WidgetRepository widgetRepository,
AssetImporter<Widget> widgetAssetImporter) |
| Modifier and Type | Method and Description |
|---|---|
List<Widget> |
load(Identifiable parent,
Path resources) |
void |
save(List<Widget> elements,
Path resources) |
exists, getComponentName, getOriginalElementFromRepositorypublic WidgetImporter(WidgetFileBasedLoader widgetLoader, WidgetRepository widgetRepository, AssetImporter<Widget> widgetAssetImporter)
public List<Widget> load(Identifiable parent, Path resources) throws IOException
IOExceptionCopyright © 2021. All rights reserved.