Class ConfigurationElement<T extends ConfigurationElement>

  • All Implemented Interfaces:
    Matchable<T>, Updatable<T>

    public abstract class ConfigurationElement<T extends ConfigurationElement>
    extends Object
    implements Matchable<T>, Updatable<T>
    An abstract class which represents a configuration element, with attributes and child elements.
    Since:
    13.0
    Author:
    Gustavo Fernandes, Tristan Tarrant