org.apache.maven.lifecycle
Class Schedule

java.lang.Object
  extended by org.apache.maven.lifecycle.Schedule

public class Schedule
extends Object

Since:
3.0
Author:
Kristian Rosenvold

Constructor Summary
Schedule()
           
Schedule(String phase, boolean mojoSynchronized, boolean parallel)
           
 
Method Summary
 boolean appliesTo(MojoExecution mojoExecution)
           
 String getMojoGoal()
           
 String getPhase()
           
 String getPluginKey()
           
 String getUpstreamPhase()
           
 boolean hasUpstreamPhaseDefined()
           
 boolean isMojoSynchronized()
           
 boolean isParallel()
           
 void setMojoGoal(String mojoGoal)
           
 void setMojoSynchronized(boolean mojoSynchronized)
           
 void setParallel(boolean parallel)
           
 void setPhase(String phase)
           
 void setPluginKey(String pluginKey)
           
 void setUpstreamPhase(String upstreamPhase)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Schedule

public Schedule()

Schedule

public Schedule(String phase,
                boolean mojoSynchronized,
                boolean parallel)
Method Detail

getPhase

public String getPhase()

setPhase

public void setPhase(String phase)

getPluginKey

public String getPluginKey()

setPluginKey

public void setPluginKey(String pluginKey)

isMojoSynchronized

public boolean isMojoSynchronized()

setMojoSynchronized

public void setMojoSynchronized(boolean mojoSynchronized)

isParallel

public boolean isParallel()

setParallel

public void setParallel(boolean parallel)

getUpstreamPhase

public String getUpstreamPhase()

setUpstreamPhase

public void setUpstreamPhase(String upstreamPhase)

getMojoGoal

public String getMojoGoal()

setMojoGoal

public void setMojoGoal(String mojoGoal)

hasUpstreamPhaseDefined

public boolean hasUpstreamPhaseDefined()

appliesTo

public boolean appliesTo(MojoExecution mojoExecution)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.