public class VCSProtocolRegistry
extends java.lang.Object
Registry class for URL protocols handled by version control extensions. Note that the "file" protocol is pre-registered in the framework and does not need to be explicitly registered by clients.
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<java.lang.String> |
protocols()
Gets the protocols registered with version control.
|
static void |
register(java.lang.String protocol)
Register the given URL protocol with version control.
|
public static final void register(java.lang.String protocol)
protocol - the protocol to register.public static final java.util.Collection<java.lang.String> protocols()