public interface Directories
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
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()