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