public final class EnvironmentVariableResolver extends Object
Modifier and Type | Field and Description |
---|---|
static EnvironmentVariableResolver |
INSTANCE
Instance of the environment variable resolver.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the underlying data.
|
char |
getPrefix()
Get prefix character for placeholders.
|
String |
resolve(String name)
Resolves a placeholder with real data.
|
public static final EnvironmentVariableResolver INSTANCE
public String getName()
public char getPrefix()
Copyright © 2024. All rights reserved.