org.apache.geronimo.j2ee.deployment
Interface ModuleBuilderWithUnpack

All Superinterfaces:
ModuleBuilder

public interface ModuleBuilderWithUnpack
extends ModuleBuilder

Temporary interface. The method defined to this interface should be added to ModuleBuilder. However, as long as all the ModuleBuilders do not implement it one can not do that.

Version:
$Revision: 1.1 $ $Date: 2004/07/23 06:06:19 $

Method Summary
 void installModule(File earFolder, EARContext earContext, Module module)
           
 
Methods inherited from interface org.apache.geronimo.j2ee.deployment.ModuleBuilder
addGBeans, canHandlePlan, createModule, getConfigId, getDeploymentPlan, getParentId, getSchemaTypeLoader, initContext, installModule
 

Method Detail

installModule

public void installModule(File earFolder,
                          EARContext earContext,
                          Module module)
                   throws org.apache.geronimo.deployment.DeploymentException
Specified by:
installModule in interface ModuleBuilder
Throws:
org.apache.geronimo.deployment.DeploymentException


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