org.apache.maven.lifecycle.model
Class BuildBinding

java.lang.Object
  extended by org.apache.maven.lifecycle.model.LifecycleBinding
      extended by org.apache.maven.lifecycle.model.BuildBinding
All Implemented Interfaces:
java.io.Serializable

public class BuildBinding
extends LifecycleBinding
implements java.io.Serializable

Class BuildBinding.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
BuildBinding()
           
 
Method Summary
 Phase getCompile()
          Get the compile field.
 Phase getCreatePackage()
          Get the createPackage field.
 Phase getDeploy()
          Get the deploy field.
 Phase getGenerateResources()
          Get the generateResources field.
 Phase getGenerateSources()
          Get the generateSources field.
 Phase getGenerateTestResources()
          Get the generateTestResources field.
 Phase getGenerateTestSources()
          Get the generateTestSources field.
 java.lang.String getId()
           
 Phase getInitialize()
          Get the initialize field.
 Phase getInstall()
          Get the install field.
 Phase getIntegrationTest()
          Get the integrationTest field.
 java.lang.String getModelEncoding()
           
 java.util.LinkedHashMap getOrderedPhaseMapping()
           
 java.util.List getPhaseNamesInOrder()
           
 java.util.List getPhasesInOrder()
           
 Phase getPostIntegrationTest()
          Get the postIntegrationTest field.
 Phase getPreIntegrationTest()
          Get the preIntegrationTest field.
 Phase getPreparePackage()
          Get the preparePackage field.
 Phase getProcessClasses()
          Get the processClasses field.
 Phase getProcessResources()
          Get the processResources field.
 Phase getProcessSources()
          Get the processSources field.
 Phase getProcessTestClasses()
          Get the processTestClasses field.
 Phase getProcessTestResources()
          Get the processTestResources field.
 Phase getProcessTestSources()
          Get the processTestSources field.
 Phase getTest()
          Get the test field.
 Phase getTestCompile()
          Get the testCompile field.
 Phase getValidate()
          Get the validate field.
 Phase getVerify()
          Get the verify field.
 void setCompile(Phase compile)
          Set the compile field.
 void setCreatePackage(Phase createPackage)
          Set the createPackage field.
 void setDeploy(Phase deploy)
          Set the deploy field.
 void setGenerateResources(Phase generateResources)
          Set the generateResources field.
 void setGenerateSources(Phase generateSources)
          Set the generateSources field.
 void setGenerateTestResources(Phase generateTestResources)
          Set the generateTestResources field.
 void setGenerateTestSources(Phase generateTestSources)
          Set the generateTestSources field.
 void setInitialize(Phase initialize)
          Set the initialize field.
 void setInstall(Phase install)
          Set the install field.
 void setIntegrationTest(Phase integrationTest)
          Set the integrationTest field.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setPostIntegrationTest(Phase postIntegrationTest)
          Set the postIntegrationTest field.
 void setPreIntegrationTest(Phase preIntegrationTest)
          Set the preIntegrationTest field.
 void setPreparePackage(Phase preparePackage)
          Set the preparePackage field.
 void setProcessClasses(Phase processClasses)
          Set the processClasses field.
 void setProcessResources(Phase processResources)
          Set the processResources field.
 void setProcessSources(Phase processSources)
          Set the processSources field.
 void setProcessTestClasses(Phase processTestClasses)
          Set the processTestClasses field.
 void setProcessTestResources(Phase processTestResources)
          Set the processTestResources field.
 void setProcessTestSources(Phase processTestSources)
          Set the processTestSources field.
 void setTest(Phase test)
          Set the test field.
 void setTestCompile(Phase testCompile)
          Set the testCompile field.
 void setValidate(Phase validate)
          Set the validate field.
 void setVerify(Phase verify)
          Set the verify field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildBinding

public BuildBinding()
Method Detail

getCompile

public Phase getCompile()
Get the compile field.

Returns:
Phase

getCreatePackage

public Phase getCreatePackage()
Get the createPackage field.

Returns:
Phase

getDeploy

public Phase getDeploy()
Get the deploy field.

Returns:
Phase

getGenerateResources

public Phase getGenerateResources()
Get the generateResources field.

Returns:
Phase

getGenerateSources

public Phase getGenerateSources()
Get the generateSources field.

Returns:
Phase

getGenerateTestResources

public Phase getGenerateTestResources()
Get the generateTestResources field.

Returns:
Phase

getGenerateTestSources

public Phase getGenerateTestSources()
Get the generateTestSources field.

Returns:
Phase

getInitialize

public Phase getInitialize()
Get the initialize field.

Returns:
Phase

getInstall

public Phase getInstall()
Get the install field.

Returns:
Phase

getIntegrationTest

public Phase getIntegrationTest()
Get the integrationTest field.

Returns:
Phase

getPostIntegrationTest

public Phase getPostIntegrationTest()
Get the postIntegrationTest field.

Returns:
Phase

getPreIntegrationTest

public Phase getPreIntegrationTest()
Get the preIntegrationTest field.

Returns:
Phase

getPreparePackage

public Phase getPreparePackage()
Get the preparePackage field.

Returns:
Phase

getProcessClasses

public Phase getProcessClasses()
Get the processClasses field.

Returns:
Phase

getProcessResources

public Phase getProcessResources()
Get the processResources field.

Returns:
Phase

getProcessSources

public Phase getProcessSources()
Get the processSources field.

Returns:
Phase

getProcessTestClasses

public Phase getProcessTestClasses()
Get the processTestClasses field.

Returns:
Phase

getProcessTestResources

public Phase getProcessTestResources()
Get the processTestResources field.

Returns:
Phase

getProcessTestSources

public Phase getProcessTestSources()
Get the processTestSources field.

Returns:
Phase

getTest

public Phase getTest()
Get the test field.

Returns:
Phase

getTestCompile

public Phase getTestCompile()
Get the testCompile field.

Returns:
Phase

getValidate

public Phase getValidate()
Get the validate field.

Returns:
Phase

getVerify

public Phase getVerify()
Get the verify field.

Returns:
Phase

setCompile

public void setCompile(Phase compile)
Set the compile field.

Parameters:
compile -

setCreatePackage

public void setCreatePackage(Phase createPackage)
Set the createPackage field.

Parameters:
createPackage -

setDeploy

public void setDeploy(Phase deploy)
Set the deploy field.

Parameters:
deploy -

setGenerateResources

public void setGenerateResources(Phase generateResources)
Set the generateResources field.

Parameters:
generateResources -

setGenerateSources

public void setGenerateSources(Phase generateSources)
Set the generateSources field.

Parameters:
generateSources -

setGenerateTestResources

public void setGenerateTestResources(Phase generateTestResources)
Set the generateTestResources field.

Parameters:
generateTestResources -

setGenerateTestSources

public void setGenerateTestSources(Phase generateTestSources)
Set the generateTestSources field.

Parameters:
generateTestSources -

setInitialize

public void setInitialize(Phase initialize)
Set the initialize field.

Parameters:
initialize -

setInstall

public void setInstall(Phase install)
Set the install field.

Parameters:
install -

setIntegrationTest

public void setIntegrationTest(Phase integrationTest)
Set the integrationTest field.

Parameters:
integrationTest -

setPostIntegrationTest

public void setPostIntegrationTest(Phase postIntegrationTest)
Set the postIntegrationTest field.

Parameters:
postIntegrationTest -

setPreIntegrationTest

public void setPreIntegrationTest(Phase preIntegrationTest)
Set the preIntegrationTest field.

Parameters:
preIntegrationTest -

setPreparePackage

public void setPreparePackage(Phase preparePackage)
Set the preparePackage field.

Parameters:
preparePackage -

setProcessClasses

public void setProcessClasses(Phase processClasses)
Set the processClasses field.

Parameters:
processClasses -

setProcessResources

public void setProcessResources(Phase processResources)
Set the processResources field.

Parameters:
processResources -

setProcessSources

public void setProcessSources(Phase processSources)
Set the processSources field.

Parameters:
processSources -

setProcessTestClasses

public void setProcessTestClasses(Phase processTestClasses)
Set the processTestClasses field.

Parameters:
processTestClasses -

setProcessTestResources

public void setProcessTestResources(Phase processTestResources)
Set the processTestResources field.

Parameters:
processTestResources -

setProcessTestSources

public void setProcessTestSources(Phase processTestSources)
Set the processTestSources field.

Parameters:
processTestSources -

setTest

public void setTest(Phase test)
Set the test field.

Parameters:
test -

setTestCompile

public void setTestCompile(Phase testCompile)
Set the testCompile field.

Parameters:
testCompile -

setValidate

public void setValidate(Phase validate)
Set the validate field.

Parameters:
validate -

setVerify

public void setVerify(Phase verify)
Set the verify field.

Parameters:
verify -

getId

public java.lang.String getId()
Overrides:
getId in class LifecycleBinding

getOrderedPhaseMapping

public java.util.LinkedHashMap getOrderedPhaseMapping()
Overrides:
getOrderedPhaseMapping in class LifecycleBinding

getPhasesInOrder

public java.util.List getPhasesInOrder()
Overrides:
getPhasesInOrder in class LifecycleBinding

getPhaseNamesInOrder

public java.util.List getPhaseNamesInOrder()
Overrides:
getPhaseNamesInOrder in class LifecycleBinding

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Overrides:
setModelEncoding in class LifecycleBinding
Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class LifecycleBinding
Returns:
the current encoding used when reading/writing this model.


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