| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.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 Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||