Package jenkins

Interface PluginLocaleDrivenResourceProvider

  • All Superinterfaces:
    ExtensionPoint

    public interface PluginLocaleDrivenResourceProvider
    extends ExtensionPoint
    Contribute localizations for arbitrary resources from plugins.
    See Also:
    LocaleDrivenResourceProvider
    • Method Detail

      • lookup

        @CheckForNull
        URL lookup​(@NonNull
                   String s)
        Look up localized resources for the given resource path.
        Returns:
        URL to the localized resource, or null if inapplicable.
        See Also:
        LocaleDrivenResourceProvider