org.eclipse.jst.server.core
Interface ILooseArchiveSupport


public interface ILooseArchiveSupport

Used to represent loose archive support in a J2EE module.

Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Method Summary
 IModule[] getLooseArchives()
          Return the loose archives that are contained within this enterprise application.
 java.lang.String getURI(ILooseArchive archive)
          Returns the URI of the given loose archive within this enterprise application.
 

Method Detail

getLooseArchives

public IModule[] getLooseArchives()
Return the loose archives that are contained within this enterprise application. The returned modules will all be adaptable to ILooseArchive.

Returns:
a possibly empty array of modules contained within this application

getURI

public java.lang.String getURI(ILooseArchive archive)
Returns the URI of the given loose archive within this enterprise application.

Parameters:
archive - a loose archive
Returns:
the URI of the given archive, or null if the URI could not be found