| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Directories
Interface that the UpdateManager and update task use to retreive information about the directories updates should be installed into.
| Method Summary | |
|---|---|
 java.lang.String | 
getBundlesInfoHome()
Get the location of the bundles.info directory  | 
 java.lang.String | 
getGlobalExtensionsHome()
Get the directory into which global extensions are installed.  | 
 java.lang.String | 
getGlobalSettingsHome()
Get the directory where information about installed updates that applies to all users is installed.  | 
 java.lang.String | 
getOracleHome()
Get the Oracle Home directory  | 
 java.lang.String | 
getPatchesHome()
Get the directory into which patches are installed.  | 
 java.lang.String | 
getTemp()
Get the temporary directory.  | 
 java.lang.String | 
getUserExtensionsHome()
Get the directory into which user specific extensions are installed.  | 
 java.lang.String | 
getUserSettingsHome()
Get the directory where information about user specific updates is installed  | 
 void | 
save(java.util.List<java.lang.String> list)
Store the directories in a list of Strings  | 
| Method Detail | 
|---|
void save(java.util.List<java.lang.String> list)
list - A list of Stringsjava.lang.String getTemp()
java.lang.String getGlobalExtensionsHome()
java.lang.String getPatchesHome()
java.lang.String getUserExtensionsHome()
java.lang.String getGlobalSettingsHome()
java.lang.String getUserSettingsHome()
java.lang.String getOracleHome()
java.lang.String getBundlesInfoHome()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||