diff options
author | Jim Hahn <jrh3@att.com> | 2019-03-20 17:58:49 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-03-21 10:12:53 -0400 |
commit | 4ac697769f46e3f6d52a086bcc8e15d89755dd0d (patch) | |
tree | a6a7028dd9d288730610afd1d556a646eff8afb4 /project-configs | |
parent | 6fb97d3373232c16823f374d637533d36ac1049c (diff) |
Add simple Registry class to manage singletons
Typically, singleton classes have lots of static methods, or use
a getInstance() method to get the singleton. This provides an alternative
mechanism, similar to the JDNI and the common-paramater property registry,
where singletons can be registered.
Clean up registry after junit test.
Modified a few comments. (I prefer 90 characters for comments.)
Added a method to register or replace an existing key without throwing
an exception.
Change-Id: I3b62719013d3b5f71adb5e9299d3c1257fb55c80
Issue-ID: POLICY-1542
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'project-configs')
0 files changed, 0 insertions, 0 deletions