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 Constructor Description ImporterBootstrapViews()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidsetBootstrapViews(List<Properties> bootstrapViews)Sets the bootstrap viewsvoidsetImporter(ImporterBootstrap importer)Sets the importer
-
-
-
Method Detail
-
setImporter
public void setImporter(ImporterBootstrap importer)
Sets the importer- Parameters:
importer- ImporterBootstrap
-
setBootstrapViews
public void setBootstrapViews(List<Properties> bootstrapViews)
Sets the bootstrap views
-
-