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.
public static final void register(java.lang.String protocol)
protocol
- the protocol to register.public static final java.util.Collection<java.lang.String> protocols()