Class ConfigurationElement

  • All Implemented Interfaces:
    NodeElement

    public class ConfigurationElement
    extends SimpleNodeElement
    Element representing the Configuration. This element does not have a parent and is always null.
    Author:
    Abhishek Sanoujam
    • Constructor Detail

      • ConfigurationElement

        public ConfigurationElement​(Configuration configuration)
        Constructor accepting the Configuration. This element does not have a parent and is always null.
        Parameters:
        configuration -
      • ConfigurationElement

        public ConfigurationElement​(CacheManager cacheManager)
        Constructor accepting the CacheManager. This element does not have a parent and is always null.
        Parameters:
        cacheManager -