See: Description
Interface | Description |
---|---|
PropertyResolver |
A property resolver attempt to get the value of a given config property.
|
Class | Description |
---|---|
ChainedPropertyResolver |
Contains a chain of
PropertyResolver s that should be used to get a token replacement property. |
EnvironmentVariableResolver |
A property accessor that allows access to environment variables.
|
FlatFileResolver |
A
PropertyResolver in which each property is stored in its own file in some directory. |
JsonValueResolver |
A configuration property resolver that uses a JsonValue to resolve properties.
|
ProductPathResolver |
A property accessor for product paths.
|
PropertiesResolver |
Given a file path this will load the properties within the file as a
PropertyResolver . |
PropertyResolvers |
A utility class that gives access to the default property resolvers for a product.
|
SubstitutionContext |
A
SubstitutionContext holds both runtime and config time values for the substitution process. |
SubstitutionService |
Substitute tokens in the source String with their resolved value.
|
SystemPropertyResolver |
A SystemPropertyResolver resolves a config token using system properties.
|
Exception | Description |
---|---|
SubstitutionException |
Exception thrown during substitution process.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.