Interface XmlConfigurable

All Known Subinterfaces:
IXMLConfigurable, IXMLFlowConsumerAdapter<T>, IXMLFlowPredicateAdapter<T>, XmlFlowConsumerAdapter<T>, XmlFlowPredicateAdapter<T>
All Known Implementing Classes:
PropertyMatcherCondition

public interface XmlConfigurable
Provides indications that a class is configurable via XML. Classes implementing this should be careful to document XML configuration options properly (e.g. in Javadoc).
Since:
3.0.0 (renamed from IXMLConfigurable)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Load XML configuration values and initialized this object with them.
    void
    Saves this object as XML.
  • Method Details

    • loadFromXML

      void loadFromXML(Xml xml)
      Load XML configuration values and initialized this object with them.
      Parameters:
      xml - the XML to load into this object
    • saveToXML

      void saveToXML(Xml xml)
      Saves this object as XML.
      Parameters:
      xml - the XML that will representing this object