Package com.atlassian.bitbucket.avatar
package com.atlassian.bitbucket.avatar
-
ClassDescriptionProvides URLs from which avatar images can be retrieved.Augments the
AvatarSupplier
with timestamp information that can be used to control caching, or to simply display a modification date indicating when the avatar was last updated.AnCacheableAvatarSupplier
implementation which delegates to anAvatarSupplier
, storing the avatar'smodification timestamp
separately.A simple implementation ofAvatarSupplier
which accepts theInputStream
containing the avatar's image data as a constructor parameter.