public class CacheConfigsXmlParser extends Object
The '....' represents the normal content of the mbean element in a JBC -service.xml config file..... ....
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_NAME
Name of the attribute in a
cache-config element that specifies
the name of the configuration. |
static String |
CONFIG_ROOT
Name of the element that represents an individual cache configuration
in a cache configs XML document.
|
static String |
DOCUMENT_ROOT
Name of the root element in a cache configs XML document
|
static String |
QUALIFIED_CONFIG_ROOT |
Constructor and Description |
---|
CacheConfigsXmlParser() |
Modifier and Type | Method and Description |
---|---|
Map<String,Configuration> |
parseConfigs(InputStream stream,
String fileName) |
Map<String,Configuration> |
parseConfigs(String fileName) |
public static final String DOCUMENT_ROOT
public static final String CONFIG_ROOT
public static final String QUALIFIED_CONFIG_ROOT
public static final String CONFIG_NAME
cache-config
element that specifies
the name of the configuration.public Map<String,Configuration> parseConfigs(String fileName) throws CloneNotSupportedException
CloneNotSupportedException
public Map<String,Configuration> parseConfigs(InputStream stream, String fileName) throws CloneNotSupportedException
CloneNotSupportedException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.