org.apache.maven.tools.plugin.annotations.scanner
Class MojoAnnotatedClass

java.lang.Object
  extended by org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotatedClass

public class MojoAnnotatedClass
extends Object

Since:
3.0
Author:
Olivier Lamy

Constructor Summary
MojoAnnotatedClass()
           
 
Method Summary
 org.apache.maven.artifact.Artifact getArtifact()
           
 String getClassName()
           
 Map<String,ComponentAnnotationContent> getComponents()
           
 ExecuteAnnotationContent getExecute()
           
 MojoAnnotationContent getMojo()
           
 Map<String,ParameterAnnotationContent> getParameters()
           
 String getParentClassName()
           
 void setArtifact(org.apache.maven.artifact.Artifact artifact)
           
 MojoAnnotatedClass setClassName(String className)
           
 MojoAnnotatedClass setComponents(Map<String,ComponentAnnotationContent> components)
           
 MojoAnnotatedClass setExecute(ExecuteAnnotationContent execute)
           
 MojoAnnotatedClass setMojo(MojoAnnotationContent mojo)
           
 MojoAnnotatedClass setParameters(Map<String,ParameterAnnotationContent> parameters)
           
 MojoAnnotatedClass setParentClassName(String parentClassName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MojoAnnotatedClass

public MojoAnnotatedClass()
Method Detail

getClassName

public String getClassName()

setClassName

public MojoAnnotatedClass setClassName(String className)

getMojo

public MojoAnnotationContent getMojo()

setMojo

public MojoAnnotatedClass setMojo(MojoAnnotationContent mojo)

getExecute

public ExecuteAnnotationContent getExecute()

setExecute

public MojoAnnotatedClass setExecute(ExecuteAnnotationContent execute)

getParameters

public Map<String,ParameterAnnotationContent> getParameters()

setParameters

public MojoAnnotatedClass setParameters(Map<String,ParameterAnnotationContent> parameters)

getComponents

public Map<String,ComponentAnnotationContent> getComponents()

setComponents

public MojoAnnotatedClass setComponents(Map<String,ComponentAnnotationContent> components)

getParentClassName

public String getParentClassName()

setParentClassName

public MojoAnnotatedClass setParentClassName(String parentClassName)

getArtifact

public org.apache.maven.artifact.Artifact getArtifact()

setArtifact

public void setArtifact(org.apache.maven.artifact.Artifact artifact)

toString

public String toString()
Overrides:
toString in class Object


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