Class SocialNetworkConnectorFactory


  • public class SocialNetworkConnectorFactory
    extends Object
    Factory for determining which social network connector to use.
    Since:
    6.1.0
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    • 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