org.apache.jetspeed.tools.deploy
Class JetspeedDeploy
java.lang.Object
org.apache.jetspeed.tools.deploy.JetspeedDeploy
- All Implemented Interfaces:
- org.apache.jetspeed.tools.deploy.Deploy
- public class JetspeedDeploy
- extends Object
- implements org.apache.jetspeed.tools.deploy.Deploy
Makes a web application Deploy-ready for Jetspeed.
- Version:
- $Id: JetspeedDeploy.java 188587 2005-05-23 19:33:09Z ate $
- Author:
- Dain Sundstrom , David Sean Taylor
Field Summary |
private byte[] |
buffer
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buffer
private final byte[] buffer
JetspeedDeploy
public JetspeedDeploy(String inputName,
String outputName,
boolean stripLoggers)
throws Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
parseXml
protected org.jdom.Document parseXml(InputStream source)
throws Exception
- Throws:
Exception
addFile
protected void addFile(String path,
InputStream source,
JarOutputStream jos)
throws IOException
- Throws:
IOException
addFile
protected void addFile(String path,
org.jdom.Document source,
JarOutputStream jos)
throws IOException
- Throws:
IOException
getPortletApplicationName
protected String getPortletApplicationName(String path)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.