Class AbstractReporterManagerConfigXML

    • Method Detail

      • store

        public Element store​(java.lang.Object o)
        Default implementation for storing the contents of a ReporterManager
        Parameters:
        o - Object to store, of type ReporterManager
        Returns:
        Element containing the complete info
      • setStoreElementClass

        public abstract void setStoreElementClass​(Element reporters)
        Subclass provides implementation to create the correct top element, including the type information. Default implementation is to use the local class here.
        Parameters:
        reporters - The top-level element being created
      • loadReporters

        public boolean loadReporters​(Element reporters)
        Utility method to load the individual Reporter objects. If there's no additional info needed for a specific Reporter type, invoke this with the parent of the set of Reporter elements.
        Parameters:
        reporters - Element containing the Reporter elements to load.
        Returns:
        true if successful