| Package | Description |
|---|---|
| org.apache.tamaya.inject |
Main SE based injection API.
|
| org.apache.tamaya.inject.internal |
This package provides default implementation of a purely SE based injection mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicValue.UpdatePolicy |
DynamicValue.getUpdatePolicy()
Access the
DynamicValue.UpdatePolicy used for updating this value. |
static DynamicValue.UpdatePolicy |
DynamicValue.UpdatePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicValue.UpdatePolicy[] |
DynamicValue.UpdatePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicValue.setUpdatePolicy(DynamicValue.UpdatePolicy updatePolicy)
Sets a new
DynamicValue.UpdatePolicy. |
| Modifier and Type | Method and Description |
|---|---|
DynamicValue.UpdatePolicy |
DefaultDynamicValue.getUpdatePolicy()
Access the
UpdatePolicy used for updating this value. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDynamicValue.setUpdatePolicy(DynamicValue.UpdatePolicy updatePolicy)
Sets a new
UpdatePolicy. |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.