Extension SDK 10.1.2


oracle.jdeveloper.vcs.util
Class VCSConfigUtils

java.lang.Object
  extended byoracle.jdeveloper.vcs.util.VCSConfigUtils


public final class VCSConfigUtils
extends java.lang.Object

Utility class for easing access to user-configurable data.

Since:
9.0.5

Method Summary
static java.lang.String getIdeProperty(java.lang.String key)
Gets the value of the IDE property for the given key, as stored in 'ide.properties'.

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

Method Detail

getIdeProperty

public static final java.lang.String getIdeProperty(java.lang.String key)
Gets the value of the IDE property for the given key, as stored in 'ide.properties'.
Parameters:
key - the property key.
Returns:
the property value. (null-capable)

Extension SDK


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