Uses of Class
org.apache.maven.lifecycle.model.Phase

Packages that use Phase
org.apache.maven.lifecycle   
org.apache.maven.lifecycle.model   
 

Uses of Phase in org.apache.maven.lifecycle
 

Methods in org.apache.maven.lifecycle that return Phase
static Phase LifecycleUtils.findPhaseForMojoBinding(MojoBinding mojoBinding, LifecycleBindings lifecycleBindings, boolean considerExecutionId)
           
 

Uses of Phase in org.apache.maven.lifecycle.model
 

Methods in org.apache.maven.lifecycle.model that return Phase
 Phase CleanBinding.getClean()
          Get the clean field.
 Phase BuildBinding.getCompile()
          Get the compile field.
 Phase BuildBinding.getCreatePackage()
          Get the createPackage field.
 Phase BuildBinding.getDeploy()
          Get the deploy field.
 Phase BuildBinding.getGenerateResources()
          Get the generateResources field.
 Phase BuildBinding.getGenerateSources()
          Get the generateSources field.
 Phase BuildBinding.getGenerateTestResources()
          Get the generateTestResources field.
 Phase BuildBinding.getGenerateTestSources()
          Get the generateTestSources field.
 Phase BuildBinding.getInitialize()
          Get the initialize field.
 Phase BuildBinding.getInstall()
          Get the install field.
 Phase BuildBinding.getIntegrationTest()
          Get the integrationTest field.
 Phase MojoBinding.getPhase()
          Get the Phase instance to which this MojoBinding is bound.
 Phase CleanBinding.getPostClean()
          Get the postClean field.
 Phase BuildBinding.getPostIntegrationTest()
          Get the postIntegrationTest field.
 Phase SiteBinding.getPostSite()
          Get the postSite field.
 Phase CleanBinding.getPreClean()
          Get the preClean field.
 Phase BuildBinding.getPreIntegrationTest()
          Get the preIntegrationTest field.
 Phase BuildBinding.getPreparePackage()
          Get the preparePackage field.
 Phase SiteBinding.getPreSite()
          Get the preSite field.
 Phase BuildBinding.getProcessClasses()
          Get the processClasses field.
 Phase BuildBinding.getProcessResources()
          Get the processResources field.
 Phase BuildBinding.getProcessSources()
          Get the processSources field.
 Phase BuildBinding.getProcessTestClasses()
          Get the processTestClasses field.
 Phase BuildBinding.getProcessTestResources()
          Get the processTestResources field.
 Phase BuildBinding.getProcessTestSources()
          Get the processTestSources field.
 Phase SiteBinding.getSite()
          Get the site field.
 Phase SiteBinding.getSiteDeploy()
          Get the siteDeploy field.
 Phase BuildBinding.getTest()
          Get the test field.
 Phase BuildBinding.getTestCompile()
          Get the testCompile field.
 Phase BuildBinding.getValidate()
          Get the validate field.
 Phase BuildBinding.getVerify()
          Get the verify field.
 

Methods in org.apache.maven.lifecycle.model with parameters of type Phase
 void CleanBinding.setClean(Phase clean)
          Set the clean field.
 void BuildBinding.setCompile(Phase compile)
          Set the compile field.
 void BuildBinding.setCreatePackage(Phase createPackage)
          Set the createPackage field.
 void BuildBinding.setDeploy(Phase deploy)
          Set the deploy field.
 void BuildBinding.setGenerateResources(Phase generateResources)
          Set the generateResources field.
 void BuildBinding.setGenerateSources(Phase generateSources)
          Set the generateSources field.
 void BuildBinding.setGenerateTestResources(Phase generateTestResources)
          Set the generateTestResources field.
 void BuildBinding.setGenerateTestSources(Phase generateTestSources)
          Set the generateTestSources field.
 void BuildBinding.setInitialize(Phase initialize)
          Set the initialize field.
 void BuildBinding.setInstall(Phase install)
          Set the install field.
 void BuildBinding.setIntegrationTest(Phase integrationTest)
          Set the integrationTest field.
 void MojoBinding.setLifecycleInfo(Phase phase)
          Set the Phase instance to which this MojoBinding is bound.
 void CleanBinding.setPostClean(Phase postClean)
          Set the postClean field.
 void BuildBinding.setPostIntegrationTest(Phase postIntegrationTest)
          Set the postIntegrationTest field.
 void SiteBinding.setPostSite(Phase postSite)
          Set the postSite field.
 void CleanBinding.setPreClean(Phase preClean)
          Set the preClean field.
 void BuildBinding.setPreIntegrationTest(Phase preIntegrationTest)
          Set the preIntegrationTest field.
 void BuildBinding.setPreparePackage(Phase preparePackage)
          Set the preparePackage field.
 void SiteBinding.setPreSite(Phase preSite)
          Set the preSite field.
 void BuildBinding.setProcessClasses(Phase processClasses)
          Set the processClasses field.
 void BuildBinding.setProcessResources(Phase processResources)
          Set the processResources field.
 void BuildBinding.setProcessSources(Phase processSources)
          Set the processSources field.
 void BuildBinding.setProcessTestClasses(Phase processTestClasses)
          Set the processTestClasses field.
 void BuildBinding.setProcessTestResources(Phase processTestResources)
          Set the processTestResources field.
 void BuildBinding.setProcessTestSources(Phase processTestSources)
          Set the processTestSources field.
 void SiteBinding.setSite(Phase site)
          Set the site field.
 void SiteBinding.setSiteDeploy(Phase siteDeploy)
          Set the siteDeploy field.
 void BuildBinding.setTest(Phase test)
          Set the test field.
 void BuildBinding.setTestCompile(Phase testCompile)
          Set the testCompile field.
 void BuildBinding.setValidate(Phase validate)
          Set the validate field.
 void BuildBinding.setVerify(Phase verify)
          Set the verify field.
 



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