| Package | Description |
|---|---|
| org.oddjob.arooa.runtime |
Classes concerning runtime configuration.
|
| org.oddjob.arooa.standard |
The standard configuration parsing implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyManager
Manages Properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyManager.addPropertyLookup(PropertyLookup propertyLookup)
Add a lookup.
|
void |
PropertyManager.addPropertyLookup(PropertyLookup propertyLookup)
Add a lookup.
|
void |
PropertyManager.addPropertyOverride(PropertyLookup propertyLookup)
Add a property overrides.
|
void |
PropertyManager.addPropertyOverride(PropertyLookup propertyLookup)
Add a property overrides.
|
void |
PropertyManager.removePropertyLookup(PropertyLookup propertyLookup)
Remove a lookup.
|
void |
PropertyManager.removePropertyLookup(PropertyLookup propertyLookup)
Remove a lookup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardPropertyLookup
A simple implementation of a
PropertyLookup. |
class |
StandardPropertyManager
Standard implementation of a
PropertyManager. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardPropertyManager.addPropertyLookup(PropertyLookup propertyLookup) |
void |
StandardPropertyManager.addPropertyLookup(PropertyLookup propertyLookup) |
void |
StandardPropertyManager.addPropertyOverride(PropertyLookup propertyLookup) |
void |
StandardPropertyManager.addPropertyOverride(PropertyLookup propertyLookup) |
void |
StandardPropertyManager.removePropertyLookup(PropertyLookup propertyLookup) |
void |
StandardPropertyManager.removePropertyLookup(PropertyLookup propertyLookup) |
Copyright © 2023. All rights reserved.