org.netbeans.modules.j2ee.deployment.devmodules.api
Interface J2eeModuleContainer

All Superinterfaces:
J2eeModule

public interface J2eeModuleContainer
extends J2eeModule

Abstraction of container of J2EE modules, such as J2EE Application


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
J2eeModule.RootedEntry, J2eeModule.VersionListener
 
Field Summary
 
Fields inherited from interface org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
APP_XML, CLIENT, CLIENT_XML, CONN, CONNECTOR_XML, EAR, EJB, EJBJAR_XML, EJBSERVICES_XML, J2EE_13, J2EE_14, J2EE_15, MIME_J2EE_MODULE_TARGET, WAR, WEB_XML, WEBSERVICES_XML
 
Method Summary
 void addModuleListener(ModuleListener ml)
           
 J2eeModule[] getModules(ModuleListener ml)
           
 void removeModuleListener(ModuleListener ml)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
addVersionListener, getArchive, getArchiveContents, getContentDirectory, getDeploymentDescriptor, getModuleType, getModuleVersion, getUrl, removeVersionListener, setUrl
 

Method Detail

getModules

J2eeModule[] getModules(ModuleListener ml)

addModuleListener

void addModuleListener(ModuleListener ml)

removeModuleListener

void removeModuleListener(ModuleListener ml)

 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.