| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.load.util |
| Modifier and Type | Method and Description |
|---|---|
JndiContextWrapper |
LoaderEnvironment.getJndiContext()
Returns a JNDI Context that can be used by loaders to load from JNDI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JndiContextWrapperImpl
Simple JndiContextWrapper implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected Supplier<JndiContextWrapper> |
LoaderEnvironmentBuilder._jndiContextSupplier |
| Modifier and Type | Method and Description |
|---|---|
JndiContextWrapper |
JndiContextSupplier.DefaultJndiContextSupplier.get() |
JndiContextWrapper |
JndiContextSupplier.EmptyJndiContextSupplier.get() |
JndiContextWrapper |
LoaderEnvironmentImm.getJndiContext() |
JndiContextWrapper |
LoaderEnvironmentBuilder.getJndiContext() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<JndiContextWrapper> |
LoaderEnvironmentBuilder.getJndiContextSupplier() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderEnvironmentBuilder.setJndiContextSupplier(Supplier<JndiContextWrapper> jndiContextSupplier) |
| Constructor and Description |
|---|
LoaderEnvironmentImm(Map<String,String> envVars,
Map<String,String> sysProps,
List<String> cmdLineArgs,
Map<String,Object> fixedNamedValues,
List<PropertyValue<?>> fixedPropertyValues,
Supplier<JndiContextWrapper> jndiContextSupplier)
A new LoaderEnvironmentImm instance.
|
Copyright © 2022. All rights reserved.