org.exoplatform.services.wcm.deployment
Class WCMContentInitializerService

java.lang.Object
  extended by org.exoplatform.services.wcm.deployment.WCMContentInitializerService
All Implemented Interfaces:
org.picocontainer.Startable

public class WCMContentInitializerService
extends java.lang.Object
implements org.picocontainer.Startable

Created by The eXo Platform SAS Author : Hoa Pham hoa.pham@exoplatform.com Sep 6, 2008


Constructor Summary
WCMContentInitializerService(org.exoplatform.portal.config.UserPortalConfigService userPortalConfigService)
          Instantiates a new wCM content initializer service.
 
Method Summary
 void addPlugin(org.exoplatform.services.deployment.DeploymentPlugin deploymentPlugin)
          Adds the plugin.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCMContentInitializerService

public WCMContentInitializerService(org.exoplatform.portal.config.UserPortalConfigService userPortalConfigService)
Instantiates a new wCM content initializer service.

Parameters:
repositoryService - the repository service
Method Detail

addPlugin

public void addPlugin(org.exoplatform.services.deployment.DeploymentPlugin deploymentPlugin)
Adds the plugin.

Parameters:
deploymentPlugin - the deployment plugin

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.