Interface PluginBranding
- All Known Implementing Classes:
StandardPluginBranding
public interface PluginBranding
Specification for an entity representing the branding of an
inheritable
or plugin metadata
.
Consult the vendor for further information on how this is used.
-
Method Summary
-
Method Details
-
icon
Gets theString
that represents the location of the icon.Consult the vendor on the composition of this value. For example, it could be an absolute path or relative path (commonly fed to a
File
orPath
), or a serializedURI
.- Returns:
- The icon or
Optional.empty()
otherwise
-
logo
Gets theString
that represents the location of the logo.Consult the vendor on the composition of this value. For example, it could be an absolute path or relative path (commonly fed to a
File
orPath
), or a serializedURI
.- Returns:
- The icon or
Optional.empty()
otherwise
-