Package | Description |
---|---|
org.springframework.boot.env |
Spring
Environment support. |
Modifier and Type | Method and Description |
---|---|
static ConfigTreePropertySource.Option |
ConfigTreePropertySource.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigTreePropertySource.Option[] |
ConfigTreePropertySource.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConfigTreePropertySource(String name,
Path sourceDirectory,
ConfigTreePropertySource.Option... options)
Create a new
ConfigTreePropertySource instance. |