Interface PluginLinks
-
- All Known Implementing Classes:
StandardPluginLinks
public interface PluginLinksSpecification for an entity representing the links to "web resources" of aninheritableorplugin metadata.Consult the vendor for further information on how this is used.
-
-
Method Detail
-
homepage
Optional<URL> homepage()
- Returns:
- The
homepageorOptional.empty()otherwise
-
source
Optional<URL> source()
- Returns:
- The
sourceorOptional.empty()otherwise
-
issues
Optional<URL> issues()
- Returns:
- The
issuesorOptional.empty()otherwise
-
-