org.apache.maven.tools.plugin.annotations.datamodel
Class ExecuteAnnotationContent

java.lang.Object
  extended by org.apache.maven.tools.plugin.annotations.datamodel.ExecuteAnnotationContent
All Implemented Interfaces:
Annotation, Execute

public class ExecuteAnnotationContent
extends Object
implements Execute

Since:
3.0
Author:
Olivier Lamy

Constructor Summary
ExecuteAnnotationContent()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 String goal()
           
 void goal(String goal)
           
 String lifecycle()
           
 void lifecycle(String lifecycle)
           
 LifecyclePhase phase()
           
 void phase(String phase)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Constructor Detail

ExecuteAnnotationContent

public ExecuteAnnotationContent()
Method Detail

phase

public LifecyclePhase phase()

goal

public String goal()

lifecycle

public String lifecycle()

phase

public void phase(String phase)

goal

public void goal(String goal)

lifecycle

public void lifecycle(String lifecycle)

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class Object


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