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 java.lang.Object implements org.springframework.beans.factory.InitializingBeanCollection 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(java.util.List<java.util.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(java.util.List<java.util.Properties> bootstrapViews)
Sets the bootstrap views
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
-