org.alfresco.repo.importer
Class ImporterBootstrapViews

java.lang.Object
  extended by 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.InitializingBean

Collection of views to import


Constructor Summary
ImporterBootstrapViews()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setBootstrapViews(java.util.List bootstrapViews)
          Sets the bootstrap views
 void setImporter(ImporterBootstrap importer)
          Sets the importer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImporterBootstrapViews

public ImporterBootstrapViews()
Method Detail

setImporter

public void setImporter(ImporterBootstrap importer)
Sets the importer

Parameters:
importer -

setBootstrapViews

public void setBootstrapViews(java.util.List bootstrapViews)
Sets the bootstrap views

Parameters:
bootstrapViews -

afterPropertiesSet

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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.