Package | Description |
---|---|
org.powermock.configuration | |
org.powermock.configuration.support |
Modifier and Type | Method and Description |
---|---|
static <T extends Configuration> |
ConfigurationType.forClass(java.lang.Class<T> configurationClass) |
static ConfigurationType |
ConfigurationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationType[] |
ConfigurationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private ConfigurationType |
ConfigurationMapper.ConfigurationKey.configurationType |
Constructor and Description |
---|
ConfigurationKey(ConfigurationType configurationType,
java.lang.String name) |