| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSProtocolRegistry
public class VCSProtocolRegistry
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.
| 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 | 
|---|
public static final void register(java.lang.String protocol)
protocol - the protocol to register.public static final java.util.Collection<java.lang.String> protocols()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||