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

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

public class EarParser
extends java.lang.Object

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

Since:
Cactus 1.5
Version:
$Id: EarParser.java,v 1.1.2.2 2003/10/25 21:05:48 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
EarParser()
           
 
Method Summary
static EarDeployableFile parse(java.io.File theDeployableFile)
          Parse an EAR 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

EarParser

public EarParser()
Method Detail

parse

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

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


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