Package com.io7m.coffeepick.runtime
Interface RuntimeRepositoryBrandingType
-
- All Known Implementing Classes:
RuntimeRepositoryBranding
@Immutable public interface RuntimeRepositoryBrandingTypeBranding information for a repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URIlogo()A reference to a 128x128 PNG logo.java.net.URIsite()java.lang.Stringsubtitle()java.lang.Stringtitle()
-
-
-
Method Detail
-
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
-
-