| Package | Description |
|---|---|
| org.apache.deltaspike.core.api.projectstage | |
| org.apache.deltaspike.core.util | |
| org.apache.deltaspike.testcontrol.api.literal |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
ProjectStage |
ProjectStageProducer.getProjectStage()
We can only produce @Dependent scopes since an enum is final.
|
protected ProjectStage |
ProjectStageProducer.resolveProjectStage()
Resolves the project-stage configured for DeltaSpike
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ProjectStageProducer.setProjectStage(ProjectStage ps)
This function can be used to manually set the ProjectStage for the application.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProjectStage> |
TestControlLiteral.projectStage() |
Copyright © 2018 The Apache Software Foundation. All rights reserved.