Interface SpmFormatFactory

  • All Known Implementing Classes:
    DefaultSpmFactory

    public interface SpmFormatFactory
    Factory for SpmFormats.
    Author:
    alexxismachine (Ulrich David)
    • Method Detail

      • construct

        SpmFormat construct​(java.lang.String hint)
        Construct an SpmFormat based on the given hint.MUST NOT return null.
        Parameters:
        hint - the hint, which SpmFormat should be choosen.
        Returns:
        the SpmFormat instance.