org.apache.maven.tools.plugin.annotations.scanner.visitors
Class MojoFieldVisitor

java.lang.Object
  extended by org.apache.maven.tools.plugin.annotations.scanner.visitors.MojoFieldVisitor
All Implemented Interfaces:
org.objectweb.asm.FieldVisitor

public class MojoFieldVisitor
extends Object
implements org.objectweb.asm.FieldVisitor

Since:
3.0
Author:
Olivier Lamy

Method Summary
 String getClassName()
           
 String getFieldName()
           
 MojoAnnotationVisitor getMojoAnnotationVisitor()
           
 void setClassName(String className)
           
 org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
           
 void visitAttribute(org.objectweb.asm.Attribute attribute)
           
 void visitEnd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMojoAnnotationVisitor

public MojoAnnotationVisitor getMojoAnnotationVisitor()

getFieldName

public String getFieldName()

visitAnnotation

public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc,
                                                           boolean visible)
Specified by:
visitAnnotation in interface org.objectweb.asm.FieldVisitor

visitAttribute

public void visitAttribute(org.objectweb.asm.Attribute attribute)
Specified by:
visitAttribute in interface org.objectweb.asm.FieldVisitor

visitEnd

public void visitEnd()
Specified by:
visitEnd in interface org.objectweb.asm.FieldVisitor

getClassName

public String getClassName()

setClassName

public void setClassName(String className)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.