org.jboss.cache.config.parsing
Class ParsedAttributes

java.lang.Object
  extended by org.jboss.cache.config.parsing.ParsedAttributes

public class ParsedAttributes
extends Object

Helper class for holding attributes defined in configuration file.

Since:
3.0
Author:
Mircea.Markus@jboss.com

Field Summary
 Map<String,String> stringAttribs
           
 Map<String,Element> xmlAttribs
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringAttribs

public final Map<String,String> stringAttribs

xmlAttribs

public final Map<String,Element> xmlAttribs


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.