Package org.alfresco.repo.importer
Class ImporterBootstrapViews
java.lang.Object
org.alfresco.repo.importer.ImporterBootstrapViews
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class ImporterBootstrapViews
extends Object
implements org.springframework.beans.factory.InitializingBean
Collection of views to import
- Author:
- David Caruana
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetBootstrapViews(List<Properties> bootstrapViews) Sets the bootstrap viewsvoidsetImporter(ImporterBootstrap importer) Sets the importer
-
Constructor Details
-
ImporterBootstrapViews
public ImporterBootstrapViews()
-
-
Method Details
-
setImporter
Sets the importer- Parameters:
importer- ImporterBootstrap
-
setBootstrapViews
Sets the bootstrap views -
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-