Interface RuntimeRepositoryBrandingType

All Known Implementing Classes:
RuntimeRepositoryBranding

@Immutable
public interface RuntimeRepositoryBrandingType
Branding information for a repository.
  • Method Summary

    Modifier and Type Method Description
    java.net.URI logo()
    A reference to a 128x128 PNG logo.
    java.net.URI site()  
    java.lang.String subtitle()  
    java.lang.String title()  
  • Method Details

    • logo

      java.net.URI logo()
      A reference to a 128x128 PNG logo.
      Returns:
      A logo URI
    • title

      java.lang.String title()
      Returns:
      The humanly-readable title of the repository
    • subtitle

      java.lang.String subtitle()
      Returns:
      The humanly-readable subtitle of the repository
    • site

      java.net.URI site()
      Returns:
      The URI of the repository's web site