Package | Description |
---|---|
org.apache.tamaya.resolver.internal |
This package contains the default implementation for file, classpath and URL resolution, as well as resolution of
configuration cross references.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigResolver
Property resolver implementation that interprets the resolver expression as a reference to another configuration
entry.
|
class |
EnvironmentPropertyResolver
Property resolver implementation that interprets the resolver expressions as environment properties.
|
class |
FileResolver
Property resolver implementation that tries to load the given resource from the current file system.
|
class |
ResourceResolver
Property resolver implementation that tries to load the given resource from the current classpath using the
Thread Context classloader, and as fallback from the classloader that loaded this module and system classloader.
|
class |
SystemPropertyResolver
Property resolver implementation that interprets the resolver expression as system property name.
|
class |
URLResolver
Property resolver implementation that interprets the resolver expression as an URL to be resolved.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.