|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.asm.commons.EmptyVisitor
org.ow2.util.ee.deploy.impl.helper.DeployableDetectVisitor
public class DeployableDetectVisitor
This visitor try to find the type of an archive.
| Constructor Summary | |
|---|---|
DeployableDetectVisitor()
|
|
| Method Summary | |
|---|---|
org.ow2.util.ee.deploy.api.deployable.ArchiveType |
getArchiveType()
Gets the archive type. |
org.ow2.util.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visits an annotation of the class. |
| Methods inherited from class org.ow2.util.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 |
| Constructor Detail |
|---|
public DeployableDetectVisitor()
| Method Detail |
|---|
public org.ow2.util.asm.AnnotationVisitor visitAnnotation(String desc,
boolean visible)
visitAnnotation in interface org.ow2.util.asm.ClassVisitorvisitAnnotation in interface org.ow2.util.asm.FieldVisitorvisitAnnotation in interface org.ow2.util.asm.MethodVisitorvisitAnnotation in class org.ow2.util.asm.commons.EmptyVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.
public org.ow2.util.ee.deploy.api.deployable.ArchiveType getArchiveType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||