public final class SpringContainerPool extends Object
Modifier and Type | Field and Description |
---|---|
private static Map<String,SpringContainer> |
xml2containerMap |
Modifier | Constructor and Description |
---|---|
private |
SpringContainerPool()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
dispose()
This method disposes the
singleton-instance (if it exists). |
static void |
dispose(String xmlClasspath)
This method disposes the
instance identified by the given xmlClasspath (if it
exists). |
static IocContainer |
getInstance()
This method gets the singleton instance of the
IocContainer . |
static IocContainer |
getInstance(String xmlClasspath)
This method gets the
IocContainer for the given xmlClasspath . |
private static Map<String,SpringContainer> xml2containerMap
public static IocContainer getInstance()
IocContainer
.public static void dispose()
singleton-instance
(if it exists).public static IocContainer getInstance(String xmlClasspath)
IocContainer
for the given xmlClasspath
.xmlClasspath
- is the classpath to the XML configuration.Copyright © 2001–2016 mmm-Team. All rights reserved.