public interface EnvConfig
| Modifier and Type | Method and Description |
|---|---|
EnvType |
getEnv()
To get the environment type set on object creation.
|
boolean |
isDev()
True is on dev, otherwise false.
|
boolean |
isProd()
True is on production, otherwise false.
|
boolean |
isStage()
True is on stage, otherwise false.
|
boolean |
isTest()
True is on test, otherwise false.
|
EnvType getEnv()
boolean isProd()
boolean isStage()
boolean isDev()
boolean isTest()