Package org.alfresco.repo.urlshortening
Class BitlyUrlShortenerImpl
- java.lang.Object
-
- org.alfresco.repo.urlshortening.BitlyUrlShortenerImpl
-
- All Implemented Interfaces:
UrlShortener
public class BitlyUrlShortenerImpl extends java.lang.Object implements UrlShortener
-
-
Constructor Summary
Constructors Constructor Description BitlyUrlShortenerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUrlLength()voidsetApiKey(java.lang.String apiKey)voidsetUrlLength(int urlLength)voidsetUsername(java.lang.String username)java.lang.StringshortenUrl(java.lang.String longUrl)
-
-
-
Method Detail
-
shortenUrl
public java.lang.String shortenUrl(java.lang.String longUrl)
- Specified by:
shortenUrlin interfaceUrlShortener
-
getUrlLength
public int getUrlLength()
- Specified by:
getUrlLengthin interfaceUrlShortener
-
setUrlLength
public void setUrlLength(int urlLength)
- Parameters:
urlLength- the urlLength to set
-
setUsername
public void setUsername(java.lang.String username)
- Parameters:
username- the username to set
-
setApiKey
public void setApiKey(java.lang.String apiKey)
- Parameters:
apiKey- the apiKey to set
-
-