org.apache.jetspeed.tools.deploy
Interface DeployFactory
- All Known Implementing Classes:
- JetspeedDeployFactory
public interface DeployFactory
Factory component used to create Deploy instances
- Version:
- $Id: DeployFactory.java 516881 2007-03-11 10:34:21Z ate $
- Author:
- Randy Watler
Method Summary |
Deploy |
getInstance(java.lang.String inputWarPath,
java.lang.String outputWarPath,
boolean stripLoggers)
getInstance |
getInstance
Deploy getInstance(java.lang.String inputWarPath,
java.lang.String outputWarPath,
boolean stripLoggers)
throws java.lang.Exception
- getInstance
- Parameters:
inputWarPath
- outputWarPath
- stripLoggers
-
- Returns:
- Deploy instance
- Throws:
java.lang.Exception
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.