Interface PluginBranding
-
- All Known Implementing Classes:
StandardPluginBranding
public interface PluginBrandingSpecification for an entity representing the branding of aninheritableorplugin metadata.Consult the vendor for further information on how this is used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>icon()Gets theStringthat represents the location of the icon.Optional<String>logo()Gets theStringthat represents the location of the logo.
-
-
-
Method Detail
-
icon
Optional<String> icon()
Gets theStringthat 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
FileorPath), or a serializedURI.- Returns:
- The icon or
Optional.empty()otherwise
-
logo
Optional<String> logo()
Gets theStringthat 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
FileorPath), or a serializedURI.- Returns:
- The icon or
Optional.empty()otherwise
-
-