Interface ConfigurableObject

    • Method Detail

      • configureProperties

        void configureProperties​(InputStream source)
                          throws ConfigException

        Configure the object.

        Parameters:
        source - The input source to use for configuration.
        Throws:
        ConfigException - If troubles arise during object configuration.
      • configureXML

        void configureXML​(InputStream source)
                   throws ConfigException

        Configure the object.

        Parameters:
        source - The input source to use for configuration.
        Throws:
        ConfigException - If troubles arise during object configuration.
      • configure

        void configure​(Properties props)
                throws ConfigException

        Configure the object.

        Parameters:
        props - The property object to use for configuration.
        Throws:
        ConfigException - If troubles arise during object configuration.
      • configure

        void configure​(Element tag)
                throws ConfigException

        Configure the object.

        Parameters:
        tag - The tag object to use for configuration.
        Throws:
        ConfigException - If troubles arise during object configuration.