org.exoplatform.services.deployment.plugins
Class XMLDeploymentPlugin
java.lang.Object
org.exoplatform.services.deployment.DeploymentPlugin
org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
- All Implemented Interfaces:
- org.exoplatform.container.component.ComponentPlugin
public class XMLDeploymentPlugin
- extends DeploymentPlugin
Created by The eXo Platform SAS
Author : Hoa Pham
hoa.pham@exoplatform.com
Sep 6, 2008
|
Constructor Summary |
XMLDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.container.configuration.ConfigurationManager configurationManager,
org.exoplatform.services.jcr.RepositoryService repositoryService)
Instantiates a new xML deployment plugin. |
|
Method Summary |
void |
deploy(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
This method used to deploy data from sourcePath to target that describe in
DeploymentDescriptor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLDeploymentPlugin
public XMLDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.container.configuration.ConfigurationManager configurationManager,
org.exoplatform.services.jcr.RepositoryService repositoryService)
- Instantiates a new xML deployment plugin.
- Parameters:
initParams - the init paramsconfigurationManager - the configuration managerrepositoryService - the repository servicepublicationService - the publication service
deploy
public void deploy(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws Exception
- Description copied from class:
DeploymentPlugin
- This method used to deploy data from sourcePath to target that describe in
DeploymentDescriptor.
- Specified by:
deploy in class DeploymentPlugin
- Throws:
Exception - the exception
Copyright © 2013 eXo Platform SAS. All Rights Reserved.