Package ej.property
Class SharedPropertyFactory
- java.lang.Object
-
- ej.property.SharedPropertyFactory
-
public class SharedPropertyFactory extends java.lang.ObjectThe factory that retrieves the unique instance of theSharedPropertyRegistrysets by the system.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SharedPropertyRegistrygetSharedPropertyRegistry()Gets the globalSharedPropertyRegistry.
-
-
-
Method Detail
-
getSharedPropertyRegistry
public static SharedPropertyRegistry getSharedPropertyRegistry()
Gets the globalSharedPropertyRegistry.- Returns:
- the global
SharedPropertyRegistry.
-
-