io.sarl.apputils.uiextensions
Interface BundleURLMappings
All Known Implementing Classes:
SARLBundleJavadocURLMappings
Enclosing class:
Utilities
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
static interface BundleURLMappings
Define a mapping from bundles to URLs.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
uiextensions
Action Summary
Modifier and type Action and description
abstract java.lang.String getURLForBundle(Bundle)
Replies the URL for the given bundle.
Action Details
getURLForBundle(Bundle)
def getURLForBundle(Bundle) : java.lang.String
Replies the URL for the given bundle.
Parameters:
bundle - the bundle, never null.
Returns:
the URL, or null if no URL is defined.