Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdeveloper.vcs.spi
Class VCSProtocolRegistry

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSProtocolRegistry

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.

Since:
11.1.1.0.0

Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public static final void register(java.lang.String protocol)
Register the given URL protocol with version control.

Parameters:
protocol - the protocol to register.

protocols

public static final java.util.Collection<java.lang.String> protocols()
Gets the protocols registered with version control.

Returns:
the unmodifiable set of protocols.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.