org.apache.cactus.integration.ant.container
Class WarParser

java.lang.Object
  extended byorg.apache.cactus.integration.ant.container.WarParser

public class WarParser
extends java.lang.Object

Parse an WAR descriptor to extract meaninful information for Cactus, the results being stored in a WarDeployableFile object.

Since:
Cactus 1.5
Version:
$Id: WarParser.java,v 1.1.2.1 2003/10/25 17:22:05 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
WarParser()
           
 
Method Summary
static WarDeployableFile parse(java.io.File theDeployableFile)
          Parse an WAR descriptor to extract meaninful information for Cactus.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarParser

public WarParser()
Method Detail

parse

public static final WarDeployableFile parse(java.io.File theDeployableFile)
Parse an WAR descriptor to extract meaninful information for Cactus.

Parameters:
theDeployableFile - the file to parse and deploy
Returns:
the parse results as a WarDeployableFile object


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.