Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ideimpl.webupdate
Interface Directories


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

save

void save(java.util.List<java.lang.String> list)
Store the directories in a list of Strings
Parameters:
list - A list of Strings

getTemp

java.lang.String getTemp()
Get the temporary directory. This is used by some update installer tasks during installation.

getGlobalExtensionsHome

java.lang.String getGlobalExtensionsHome()
Get the directory into which global extensions are installed. These are extensions which are installed for all users.

getPatchesHome

java.lang.String getPatchesHome()
Get the directory into which patches are installed.

getUserExtensionsHome

java.lang.String getUserExtensionsHome()
Get the directory into which user specific extensions are installed.

getGlobalSettingsHome

java.lang.String getGlobalSettingsHome()
Get the directory where information about installed updates that applies to all users is installed.

getUserSettingsHome

java.lang.String getUserSettingsHome()
Get the directory where information about user specific updates is installed

getOracleHome

java.lang.String getOracleHome()
Get the Oracle Home directory

getBundlesInfoHome

java.lang.String getBundlesInfoHome()
Get the location of the bundles.info directory

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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