IModule Interface

com.bea.ide.workspace
IModule Interface

public interface IModule

Interface for J2EE Modules in an application -- e.g. Web-app wars or EJB jars.


All Known Subinterfaces

IEJBModule, IWebAppModule

Method Summary

public IFile
getIFile()
Returns the IFile for this module.
public String
getName()
Returns the name of this module.

Method Detail

getIFile() Method

public IFile getIFile()
Returns the IFile for this module.


getName() Method

public String getName()
Returns the name of this module.