Class ExecuteAnnotationContent
- java.lang.Object
-
- org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public class ExecuteAnnotationContent extends java.lang.Object implements Execute
- Since:
- 3.0
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
customPhase
private java.lang.String
goal
private java.lang.String
lifecycle
private LifecyclePhase
phase
-
Constructor Summary
Constructors Constructor Description ExecuteAnnotationContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>
annotationType()
java.lang.String
customPhase()
void
customPhase(java.lang.String customPhase)
java.lang.String
goal()
void
goal(java.lang.String goal)
java.lang.String
lifecycle()
void
lifecycle(java.lang.String lifecycle)
LifecyclePhase
phase()
void
phase(java.lang.String phase)
java.lang.String
toString()
-
-
-
Field Detail
-
goal
private java.lang.String goal
-
lifecycle
private java.lang.String lifecycle
-
phase
private LifecyclePhase phase
-
customPhase
private java.lang.String customPhase
-
-
Method Detail
-
phase
public LifecyclePhase phase()
-
customPhase
public java.lang.String customPhase()
-
goal
public java.lang.String goal()
-
lifecycle
public java.lang.String lifecycle()
-
phase
public void phase(java.lang.String phase)
-
customPhase
public void customPhase(java.lang.String customPhase)
-
goal
public void goal(java.lang.String goal)
-
lifecycle
public void lifecycle(java.lang.String lifecycle)
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interfacejava.lang.annotation.Annotation
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfacejava.lang.annotation.Annotation
- Overrides:
toString
in classjava.lang.Object
-
-