Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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 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 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

 

Method Detail

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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