Class DefaultSpmFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SpmFormat construct​(java.lang.String hint)
      Construct an SpmFormat based on the given hint.MUST NOT return null.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSpmFactory

        public DefaultSpmFactory()
    • Method Detail

      • construct

        public SpmFormat construct​(java.lang.String hint)
        Description copied from interface: SpmFormatFactory
        Construct an SpmFormat based on the given hint.MUST NOT return null.
        Specified by:
        construct in interface SpmFormatFactory
        Parameters:
        hint - the hint, which SpmFormat should be choosen.
        Returns:
        the SpmFormat instance.