Package com.atlassian.bitbucket.avatar
Class AbstractAvatarSupplier
java.lang.Object
com.atlassian.bitbucket.avatar.AbstractAvatarSupplier
- All Implemented Interfaces:
- AvatarSupplier,- InputSupplier<InputStream>
- Direct Known Subclasses:
- SimpleAvatarSupplier
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe content type of the avatar, e.g., "image/png"Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bitbucket.avatar.AvatarSupplieropen
- 
Constructor Details- 
AbstractAvatarSupplierprotected AbstractAvatarSupplier()
- 
AbstractAvatarSupplier
 
- 
- 
Method Details- 
getContentTypeDescription copied from interface:AvatarSupplierThe content type of the avatar, e.g., "image/png"- Specified by:
- getContentTypein interface- AvatarSupplier
- Returns:
- the string representing the content type
 
 
-