Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.vcs.util
Class VCSNavigableUtils

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSNavigableUtils


Deprecated. replaced by declarative registrations through settings-ui-hook.

@Deprecated
public class VCSNavigableUtils
extends java.lang.Object

Utility class for creating and accessing version control Navigables.

Since:
9.0.5

Method Summary
static Navigable createCommentTemplatesNavigable(java.lang.Class traversableClass)
          Deprecated. replaced by declarative registration through settings-ui-hook.
static Navigable createGeneralNavigable(java.lang.Class traversableClass)
          Deprecated. replaced by declarative registration through settings-ui-hook.
static Navigable createVersioningNavigable()
          Deprecated. not replaced; the Versioning Navigable is registered in the VCS framework, and it has the settings-ui-hook ID 'Versioning'.
static Navigable createVersioningNavigable(java.lang.Class traversableClass)
          Deprecated. not replaced; the Versioning Navigable is registered in the VCS framework, and it has the settings-ui-hook ID 'Versioning'.
static java.lang.String[] getSystemNavigablePath(java.lang.String systemShortLabel, java.lang.String... relativePath)
          Deprecated. Gets the path of a location underneath the system Navigable in preferences.
static void registerSystemNavigable(Navigable navigable)
          Deprecated. replaced by declarative registration through settings-ui-hook.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

createVersioningNavigable

@Deprecated
public static final Navigable createVersioningNavigable()
Deprecated. not replaced; the Versioning Navigable is registered in the VCS framework, and it has the settings-ui-hook ID 'Versioning'.

createVersioningNavigable

@Deprecated
public static final Navigable createVersioningNavigable(java.lang.Class traversableClass)
Deprecated. not replaced; the Versioning Navigable is registered in the VCS framework, and it has the settings-ui-hook ID 'Versioning'.

createGeneralNavigable

@Deprecated
public static final Navigable createGeneralNavigable(java.lang.Class traversableClass)
Deprecated. replaced by declarative registration through settings-ui-hook.

createCommentTemplatesNavigable

@Deprecated
public static final Navigable createCommentTemplatesNavigable(java.lang.Class traversableClass)
Deprecated. replaced by declarative registration through settings-ui-hook.

registerSystemNavigable

@Deprecated
public static final void registerSystemNavigable(Navigable navigable)
Deprecated. replaced by declarative registration through settings-ui-hook.
Registers the given system Navigable in versioning preferences.
Parameters:
navigable - the main navigable for the version control system.

getSystemNavigablePath

public static final java.lang.String[] getSystemNavigablePath(java.lang.String systemShortLabel,
                                                              java.lang.String... relativePath)
Deprecated. 
Gets the path of a location underneath the system Navigable in preferences.
Parameters:
systemShortLabel - the short label of the system navigable.
relativePath - a relative path from the system navigable. null-capable
Returns:
the constructed path.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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