public class MojoAnnotationContent extends AnnotatedContent implements Mojo
Modifier and Type | Field and Description |
---|---|
private boolean |
aggregator |
private java.lang.String |
configurator |
private LifecyclePhase |
defaultPhase |
private java.lang.String |
executionStrategy |
private boolean |
inheritByDefault |
private InstantiationStrategy |
instantiationStrategy |
private java.lang.String |
name |
private ResolutionScope |
requiresDependencyCollection |
private ResolutionScope |
requiresDependencyResolution |
private boolean |
requiresDirectInvocation |
private boolean |
requiresOnline |
private boolean |
requiresProject |
private boolean |
requiresReports |
private boolean |
threadSafe |
Constructor and Description |
---|
MojoAnnotationContent() |
Modifier and Type | Method and Description |
---|---|
boolean |
aggregator() |
void |
aggregator(boolean aggregator) |
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
java.lang.String |
configurator() |
void |
configurator(java.lang.String configurator) |
LifecyclePhase |
defaultPhase() |
void |
defaultPhase(java.lang.String phase) |
java.lang.String |
executionStrategy() |
void |
executionStrategy(java.lang.String executionStrategy) |
boolean |
inheritByDefault() |
void |
inheritByDefault(boolean inheritByDefault) |
InstantiationStrategy |
instantiationStrategy() |
void |
instantiationStrategy(java.lang.String instantiationStrategy) |
java.lang.String |
name() |
void |
name(java.lang.String name) |
ResolutionScope |
requiresDependencyCollection() |
void |
requiresDependencyCollection(java.lang.String requiresDependencyCollection) |
ResolutionScope |
requiresDependencyResolution() |
void |
requiresDependencyResolution(java.lang.String requiresDependencyResolution) |
boolean |
requiresDirectInvocation() |
void |
requiresDirectInvocation(boolean requiresDirectInvocation) |
boolean |
requiresOnline() |
void |
requiresOnline(boolean requiresOnline) |
boolean |
requiresProject() |
void |
requiresProject(boolean requiresProject) |
boolean |
requiresReports() |
void |
requiresReports(boolean requiresReports) |
boolean |
threadSafe() |
void |
threadSafe(boolean threadSafe) |
java.lang.String |
toString() |
getDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
private java.lang.String name
private LifecyclePhase defaultPhase
private ResolutionScope requiresDependencyResolution
private ResolutionScope requiresDependencyCollection
private InstantiationStrategy instantiationStrategy
private java.lang.String executionStrategy
private boolean requiresProject
private boolean requiresReports
private boolean aggregator
private boolean requiresDirectInvocation
private boolean requiresOnline
private boolean inheritByDefault
private java.lang.String configurator
private boolean threadSafe
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
public LifecyclePhase defaultPhase()
public void defaultPhase(java.lang.String phase)
public ResolutionScope requiresDependencyResolution()
public void requiresDependencyResolution(java.lang.String requiresDependencyResolution)
public ResolutionScope requiresDependencyCollection()
public void requiresDependencyCollection(java.lang.String requiresDependencyCollection)
public InstantiationStrategy instantiationStrategy()
public void instantiationStrategy(java.lang.String instantiationStrategy)
public java.lang.String executionStrategy()
public void executionStrategy(java.lang.String executionStrategy)
public boolean requiresProject()
public void requiresProject(boolean requiresProject)
public boolean requiresReports()
public void requiresReports(boolean requiresReports)
public boolean aggregator()
public void aggregator(boolean aggregator)
public boolean requiresDirectInvocation()
public void requiresDirectInvocation(boolean requiresDirectInvocation)
public boolean requiresOnline()
public void requiresOnline(boolean requiresOnline)
public boolean inheritByDefault()
public void inheritByDefault(boolean inheritByDefault)
public java.lang.String configurator()
public void configurator(java.lang.String configurator)
public boolean threadSafe()
public void threadSafe(boolean threadSafe)
public java.lang.String name()
public void name(java.lang.String name)
public java.lang.String toString()
toString
in interface java.lang.annotation.Annotation
toString
in class java.lang.Object