|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.Deployment
public class Deployment
This class will parse given ejb-jar file and completes metadata by using resolver.
Field Summary | |
---|---|
private AnnotationDeploymentAnalyzer |
annotationDeploymentAnalyzer
Annotation deployment analyzer. |
private java.io.File |
archive
Archive which will be analyzed. |
private static JLog |
logger
Logger. |
Constructor Summary | |
---|---|
Deployment(java.io.File archive)
Constructor. Archive which will be used when analyzing. |
Method Summary | |
---|---|
void |
analyze()
Analyzes the jarFile. |
AnnotationDeploymentAnalyzer |
getAnnotationDeploymentAnalyzer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static JLog logger
private java.io.File archive
private AnnotationDeploymentAnalyzer annotationDeploymentAnalyzer
Constructor Detail |
---|
public Deployment(java.io.File archive)
archive
- the archive to analyze.Method Detail |
---|
public void analyze() throws AnalyzerException, EJB3DeploymentDescException, ResolverException
AnalyzerException
- if analyze of jar file fails.
ResolverException
- if resolver fails.
EJB3DeploymentDescException
- if parsing fails.public AnnotationDeploymentAnalyzer getAnnotationDeploymentAnalyzer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |