@Deprecated
public class VCSNavigableUtils
extends java.lang.Object
Utility class for creating and accessing version control Navigables.
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Deprecated public static final Navigable createVersioningNavigable()
@Deprecated public static final Navigable createVersioningNavigable(java.lang.Class traversableClass)
@Deprecated public static final Navigable createGeneralNavigable(java.lang.Class traversableClass)
@Deprecated public static final Navigable createCommentTemplatesNavigable(java.lang.Class traversableClass)
@Deprecated public static final void registerSystemNavigable(Navigable navigable)
Navigable in versioning preferences.navigable - the main navigable for the version control system.public static final java.lang.String[] getSystemNavigablePath(java.lang.String systemShortLabel,
java.lang.String... relativePath)
Navigable in
preferences.systemShortLabel - the short label of the system navigable.relativePath - a relative path from the system navigable. null-capable