|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.lifecycle.model.LifecycleBinding
org.apache.maven.lifecycle.model.BuildBinding
public class BuildBinding
Class BuildBinding.
| 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 |
|---|
public BuildBinding()
| Method Detail |
|---|
public Phase getCompile()
public Phase getCreatePackage()
public Phase getDeploy()
public Phase getGenerateResources()
public Phase getGenerateSources()
public Phase getGenerateTestResources()
public Phase getGenerateTestSources()
public Phase getInitialize()
public Phase getInstall()
public Phase getIntegrationTest()
public Phase getPostIntegrationTest()
public Phase getPreIntegrationTest()
public Phase getPreparePackage()
public Phase getProcessClasses()
public Phase getProcessResources()
public Phase getProcessSources()
public Phase getProcessTestClasses()
public Phase getProcessTestResources()
public Phase getProcessTestSources()
public Phase getTest()
public Phase getTestCompile()
public Phase getValidate()
public Phase getVerify()
public void setCompile(Phase compile)
compile - public void setCreatePackage(Phase createPackage)
createPackage - public void setDeploy(Phase deploy)
deploy - public void setGenerateResources(Phase generateResources)
generateResources - public void setGenerateSources(Phase generateSources)
generateSources - public void setGenerateTestResources(Phase generateTestResources)
generateTestResources - public void setGenerateTestSources(Phase generateTestSources)
generateTestSources - public void setInitialize(Phase initialize)
initialize - public void setInstall(Phase install)
install - public void setIntegrationTest(Phase integrationTest)
integrationTest - public void setPostIntegrationTest(Phase postIntegrationTest)
postIntegrationTest - public void setPreIntegrationTest(Phase preIntegrationTest)
preIntegrationTest - public void setPreparePackage(Phase preparePackage)
preparePackage - public void setProcessClasses(Phase processClasses)
processClasses - public void setProcessResources(Phase processResources)
processResources - public void setProcessSources(Phase processSources)
processSources - public void setProcessTestClasses(Phase processTestClasses)
processTestClasses - public void setProcessTestResources(Phase processTestResources)
processTestResources - public void setProcessTestSources(Phase processTestSources)
processTestSources - public void setTest(Phase test)
test - public void setTestCompile(Phase testCompile)
testCompile - public void setValidate(Phase validate)
validate - public void setVerify(Phase verify)
verify - public java.lang.String getId()
getId in class LifecycleBindingpublic java.util.LinkedHashMap getOrderedPhaseMapping()
getOrderedPhaseMapping in class LifecycleBindingpublic java.util.List getPhasesInOrder()
getPhasesInOrder in class LifecycleBindingpublic java.util.List getPhaseNamesInOrder()
getPhaseNamesInOrder in class LifecycleBindingpublic void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class LifecycleBindingmodelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
getModelEncoding in class LifecycleBinding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||