Package io.quarkus.bootstrap.app
Class BootstrapProfile
java.lang.Object
io.quarkus.bootstrap.app.BootstrapProfile
Mirror of the logic in ProfileManager, but this is needed pre-bootstrap so there is nowhere to really share it.
This is only used for reading the class loading config
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic voidsetRuntimeDefaultProfile(String profile)
-
Field Details
-
QUARKUS_PROFILE_ENV
- See Also:
-
QUARKUS_PROFILE_PROP
- See Also:
-
QUARKUS_TEST_PROFILE_PROP
- See Also:
-
DEV
- See Also:
-
PROD
- See Also:
-
TEST
- See Also:
-
-
Constructor Details
-
BootstrapProfile
public BootstrapProfile()
-
-
Method Details
-
setRuntimeDefaultProfile
-
getActiveProfile
-