public class ServiceMap
extends java.util.Hashtable
A ServiceMap is a subclass of Hashtable in which a string is mapped to a Nucleus service. Nucleus recognizes properties of type ServiceMap in property files, and automatically resolves the service names found in property files.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
ServiceMap()
Constructs a new ServiceMap
|