| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.util.VCSConfigUtils
public final class VCSConfigUtils
Utility class for easing access to user-configurable data.
| Method Summary | |
|---|---|
| static void | addGlobalIgnoreFilter(Pair ignoreFilterPair)Adds a filter pattern to the IDE's global ignore preferences. | 
| static Pair | findGlobalIgnoreFilter(java.lang.String ignoreFilterPattern)Finds the global ignore filter pair from the IDE's global ignore preferences. | 
| static void | fireGlobalIgnoreSettingsChanged()Fires a notification that the IDE's global ignore preferences may have changed. | 
| 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'. | 
| static boolean | isGloballyIgnored(java.net.URL url)Deprecated. since 11.0 use GlobalIgnoreList.isGloballyIgnored( URL ). | 
| static void | registerGlobalIgnoreFilter(java.lang.String ignoreFilterPattern)Registers an extension-level filter pattern with the IDE's global ignore preferences, adding it to the list and persisting changes. | 
| static void | removeGlobalIgnoreFilter(java.lang.String ignoreFilterPattern)Removes a filter pattern from the IDE's global ignore preferences. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static final java.lang.String getIdeProperty(java.lang.String key)
key - the property key.
public static final boolean isGloballyIgnored(java.net.URL url)
GlobalIgnoreList.isGloballyIgnored( URL ).
url - the URL
public static final void removeGlobalIgnoreFilter(java.lang.String ignoreFilterPattern)
ignoreFilterPattern - the ignore filter pattern to remove.public static final void addGlobalIgnoreFilter(Pair ignoreFilterPair)
ignoreFilterPair - the ignore filter pair, a filter pattern (first)
     and a Boolean value for whether the pattern is enabled (second).public static final Pair findGlobalIgnoreFilter(java.lang.String ignoreFilterPattern)
ignoreFilterPattern - the ignore filter pattern to find.
public static final void fireGlobalIgnoreSettingsChanged()
public static final void registerGlobalIgnoreFilter(java.lang.String ignoreFilterPattern)
ignoreFilterPattern - the ignore filter pattern to register.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||