JDeveloper SCM API

oracle.ide.scm
Class SCMSystem

java.lang.Object
  |
  +--oracle.ide.scm.SCMSystem

public final class SCMSystem
extends java.lang.Object

Primary framework interface for source control clients. Provides access to the extension registry and all environment services.


Method Summary
static SCMEnvironment env()
          Shorthand convenience method for getEnvironment().
static SCMEnvironment getEnv()
          Shorthand convenience method for getEnvironment().
static SCMEnvironment getEnvironment()
          Gets the interface to source control environment services.
static SCMRegistry getRegistry()
          Gets the framework extension registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRegistry

public static final SCMRegistry getRegistry()
Gets the framework extension registry.
Returns:
the registry for source control extensions.

getEnv

public static final SCMEnvironment getEnv()
Shorthand convenience method for getEnvironment().
Returns:
the framework's environment services.

env

public static final SCMEnvironment env()
Shorthand convenience method for getEnvironment().
Returns:
the framework's environment services.

getEnvironment

public static final SCMEnvironment getEnvironment()
Gets the interface to source control environment services. Do not request this before extensions have loaded.
Returns:
the framework's environment services.

Copyright © 2002 Oracle Corporation