public interface ActiveEnvironment
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getPriority()
A 0 based index representing the priority
of the environment relative to other active
environments.
|
static ActiveEnvironment |
of(String name,
int priority)
Creates a new active environment for the given arguments.
|
String getName()
int getPriority()
static ActiveEnvironment of(String name, int priority)
name
- The environment namepriority
- The priority