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

E13403-03

oracle.jdeveloper.vcs.util
Class VCSNavigableUtils

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

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)
           
static Navigable createGeneralNavigable(java.lang.Class traversableClass)
           
static Navigable createVersioningNavigable()
           
static Navigable createVersioningNavigable(java.lang.Class traversableClass)
           
static java.lang.String[] getSystemNavigablePath(java.lang.String systemShortLabel, java.lang.String... relativePath)
          Gets the path of a location underneath the system Navigable in preferences.
static void registerSystemNavigable(Navigable navigable)
          Registers the given system Navigable in versioning preferences.
static void resetVersioningNavigable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createVersioningNavigable

public static final Navigable createVersioningNavigable()

createVersioningNavigable

public static final Navigable createVersioningNavigable(java.lang.Class traversableClass)

createGeneralNavigable

public static final Navigable createGeneralNavigable(java.lang.Class traversableClass)

createCommentTemplatesNavigable

public static final Navigable createCommentTemplatesNavigable(java.lang.Class traversableClass)

registerSystemNavigable

public static final void registerSystemNavigable(Navigable navigable)
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)
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.

resetVersioningNavigable

public static final void resetVersioningNavigable()

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.