|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.commons.EmptyVisitor
org.objectweb.easybeans.deployable.DeployableDetectVisitor
public class DeployableDetectVisitor
This visitor try to find the type of an archive.
Field Summary | |
---|---|
private ArchiveType |
archiveType
Type of the archive. |
private static java.lang.String |
MDB_ANNOTATION
MDB annotation. |
private static java.lang.String |
STATEFUL_ANNOTATION
Stateful annotation. |
private static java.lang.String |
STATELESS_ANNOTATION
Stateless annotation. |
Constructor Summary | |
---|---|
DeployableDetectVisitor()
|
Method Summary | |
---|---|
ArchiveType |
getArchiveType()
Gets the archive type. |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
Visits an annotation of the class. |
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor |
---|
visit, visit, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnd, visitEnum, visitField, visitFieldInsn, visitFrame, visitIincInsn, visitInnerClass, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMethodInsn, visitMultiANewArrayInsn, visitOuterClass, visitParameterAnnotation, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ArchiveType archiveType
private static final java.lang.String MDB_ANNOTATION
private static final java.lang.String STATELESS_ANNOTATION
private static final java.lang.String STATEFUL_ANNOTATION
Constructor Detail |
---|
public DeployableDetectVisitor()
Method Detail |
---|
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
visitAnnotation
in interface org.objectweb.asm.ClassVisitor
visitAnnotation
in interface org.objectweb.asm.FieldVisitor
visitAnnotation
in interface org.objectweb.asm.MethodVisitor
visitAnnotation
in class org.objectweb.asm.commons.EmptyVisitor
desc
- the class descriptor of the annotation class.visible
- true if the annotation is visible at runtime.
public ArchiveType getArchiveType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |