| |
|
| java.lang.Object org.ow2.easybeans.deployment.Deployment
Deployment | public class Deployment (Code) | | This class will parse given ejb-jar file and completes metadata by using
resolver.
author: Florent Benoit |
Constructor Summary | |
public | Deployment(IArchive archive) Constructor. Archive which will be used when analyzing. |
Deployment | public Deployment(IArchive archive)(Code) | | Constructor. Archive which will be used when analyzing.
Parameters: archive - the archive to analyze. |
getArchive | public IArchive getArchive()(Code) | | the archive of this deployment. |
reset | public void reset()(Code) | | Build a new Annotation Deployment Analyzer.
|
setExtraArchives | public void setExtraArchives(List<IArchive> extraArchives)(Code) | | Add extra archives for finding classes.
Parameters: extraArchives - the given archives. |
|
|
|