Package lumis.socialnetworkintegration
Class SocialNetworkConnectorFactory
- java.lang.Object
-
- lumis.socialnetworkintegration.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 Summary
Constructors Constructor Description SocialNetworkConnectorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ISocialNetworkConnector
getConnector(SocialNetwork socialNetwork)
Returns the most adequate social network connector for the given social network.
-
-
-
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
-
-