Class WebExtensionMatchPattern

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.webkit.WebExtensionMatchPattern
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class WebExtensionMatchPattern extends ProxyInstance
Represents a way to specify a group of URLs for use in WebExtensions.

All match patterns are specified as strings. Apart from the special <all_urls> pattern, match patterns consist of three parts: scheme, host, and path.

Generally, match patterns are returned from a WebKitWebExtension.

Since:
2.48