| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.config.FileAssociations
public final class FileAssociations
Accessor methods for setting file associations in the Windows Registry.
| Field Summary | |
|---|---|
static java.lang.String | 
ENABLED_PROPERTY
The name of the property which, if defined, indicates that file associations are enabled.  | 
| Constructor Summary | |
|---|---|
FileAssociations()
 | 
|
| Method Summary | |
|---|---|
static java.lang.String | 
getExePathName()
 | 
static boolean | 
isAssociated(java.lang.String ext)
Given an extension, determines whether the extension is associated with the specified product.  | 
static void | 
setAssociated(java.lang.String ext,
              boolean associated)
Given an extension and an association flag, sets or removes the corresponding file association from the Registry.  | 
static void | 
setAssociations(java.util.Map<java.lang.String,java.lang.Boolean> associations)
 | 
protected static void | 
setExtensionPath(java.lang.String ext)
 | 
protected static void | 
setProxyPath()
 | 
static boolean | 
shouldMigrate(java.lang.String ext)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String ENABLED_PROPERTY
| Constructor Detail | 
|---|
public FileAssociations()
| Method Detail | 
|---|
public static boolean isAssociated(java.lang.String ext)
ext - specifies the extension (i.e. ".java") to be associated
public static void setAssociated(java.lang.String ext,
                                 boolean associated)
ext - specifies the extension (i.e. ".java" or ".jpr")associated - true to associate the extension, false to remove the
 associationpublic static void setAssociations(java.util.Map<java.lang.String,java.lang.Boolean> associations)
public static java.lang.String getExePathName()
public static boolean shouldMigrate(java.lang.String ext)
protected static void setProxyPath()
protected static void setExtensionPath(java.lang.String ext)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||