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

java.lang.Object
  extended byorg.apache.cactus.integration.ant.deployment.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 2004/05/31 20:05:22 vmassol Exp $

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-2004 Apache Software Foundation. All Rights Reserved.