Class SocialNetworkConnectorFactory


  • public class SocialNetworkConnectorFactory
    extends java.lang.Object
    Factory for determining which social network connector to use.
    Since:
    6.1.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • SocialNetworkConnectorFactory

        public SocialNetworkConnectorFactory()
    • Method Detail

      • getConnector

        public static ISocialNetworkConnector getConnector​(SocialNetwork socialNetwork)
        Returns the most adequate social network connector for the given social network.
        Parameters:
        socialNetwork - the social network.
        Since:
        6.1.0