public class MojoAnnotatedClass extends Object
Constructor and Description |
---|
MojoAnnotatedClass() |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.artifact.Artifact |
getArtifact() |
String |
getClassName() |
Map<String,ComponentAnnotationContent> |
getComponents() |
ExecuteAnnotationContent |
getExecute() |
MojoAnnotationContent |
getMojo() |
Map<String,ParameterAnnotationContent> |
getParameters() |
String |
getParentClassName() |
boolean |
hasAnnotations() |
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() |
public MojoAnnotatedClass()
public String getClassName()
public MojoAnnotatedClass setClassName(String className)
public MojoAnnotationContent getMojo()
public MojoAnnotatedClass setMojo(MojoAnnotationContent mojo)
public ExecuteAnnotationContent getExecute()
public MojoAnnotatedClass setExecute(ExecuteAnnotationContent execute)
public Map<String,ParameterAnnotationContent> getParameters()
public MojoAnnotatedClass setParameters(Map<String,ParameterAnnotationContent> parameters)
public Map<String,ComponentAnnotationContent> getComponents()
public MojoAnnotatedClass setComponents(Map<String,ComponentAnnotationContent> components)
public String getParentClassName()
public MojoAnnotatedClass setParentClassName(String parentClassName)
public org.apache.maven.artifact.Artifact getArtifact()
public void setArtifact(org.apache.maven.artifact.Artifact artifact)
public boolean hasAnnotations()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.