Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.core.api.projectstage |
Modifier and Type | Class and Description |
---|---|
static class |
ProjectStage.Development
Project-stage for development
|
static class |
ProjectStage.IntegrationTest
Project-stage for integration-tests
|
static class |
ProjectStage.Production
Default project-stage for production
|
static class |
ProjectStage.Staging
Project-stage for staging
|
static class |
ProjectStage.SystemTest
Project-stage for system-tests
|
static class |
ProjectStage.UnitTest
Project-stage for unit-tests
|
Modifier and Type | Method and Description |
---|---|
static ProjectStage |
ProjectStage.valueOf(String projectStageClassName) |
static ProjectStage[] |
ProjectStage.values()
Exposes all registered
ProjectStage implementations |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.