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 Details

    • ImporterBootstrapViews

      public ImporterBootstrapViews()
  • Method Details

    • setImporter

      public void setImporter(ImporterBootstrap importer)
      Sets the importer
      Parameters:
      importer - ImporterBootstrap
    • setBootstrapViews

      public void setBootstrapViews(List<Properties> bootstrapViews)
      Sets the bootstrap views
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception