Interface ProfileConfigDigester


  • public interface ProfileConfigDigester
    Stream based profile configuration digester interface.

    Construct a ProfileStore from an input stream. Most likely this stream would be of an XML format but this is implementation dependent - could be a serialised ProfileStore stream with the digester performing the deserialisation.

    Implementations must provide a default/empty constructor.

    Author:
    tfennelly