org.apache.jetspeed.tools.deploy
Class JetspeedDeployFactory

java.lang.Object
  extended by org.apache.jetspeed.tools.deploy.JetspeedDeployFactory
All Implemented Interfaces:
org.apache.jetspeed.tools.deploy.DeployFactory

public class JetspeedDeployFactory
extends Object
implements org.apache.jetspeed.tools.deploy.DeployFactory

Factory component used to create JetspeedDeploy instances

Version:
$Id: JetspeedDeployFactory.java 516881 2007-03-11 10:34:21Z ate $
Author:
Randy Watler

Constructor Summary
JetspeedDeployFactory()
          JetspeedDeployFactory
 
Method Summary
 org.apache.jetspeed.tools.deploy.Deploy getInstance(String inputWarPath, String outputWarPath, boolean stripLoggers)
          getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedDeployFactory

public JetspeedDeployFactory()
JetspeedDeployFactory

Method Detail

getInstance

public org.apache.jetspeed.tools.deploy.Deploy getInstance(String inputWarPath,
                                                           String outputWarPath,
                                                           boolean stripLoggers)
                                                    throws Exception
getInstance

Specified by:
getInstance in interface org.apache.jetspeed.tools.deploy.DeployFactory
Parameters:
inputWarPath -
outputWarPath -
stripLoggers -
Returns:
JetspeedDeploy instance
Throws:
Exception


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.