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

E13403-04

Uses of Class
oracle.ideimpl.webupdate.UpdateBundle

Packages that use UpdateBundle
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.parser   
 

Uses of UpdateBundle in oracle.ideimpl.webupdate
 

Methods in oracle.ideimpl.webupdate that return UpdateBundle
 UpdateBundle LocalUpdateBundle.getBundle()
           
 UpdateBundle UpdateInfo.getBundle()
           
 

Methods in oracle.ideimpl.webupdate with parameters of type UpdateBundle
 void UpdateInfo.setBundle(UpdateBundle bundle)
           
 

Constructors in oracle.ideimpl.webupdate with parameters of type UpdateBundle
LocalUpdateBundle(UpdateBundle bundle)
           
 

Uses of UpdateBundle in oracle.ideimpl.webupdate.parser
 

Methods in oracle.ideimpl.webupdate.parser that return UpdateBundle
 UpdateBundle ParserResult.bundle()
          Returns the bundle created while parsing this bundle.
 

Methods in oracle.ideimpl.webupdate.parser that return types with arguments of type UpdateBundle
 java.util.Collection<UpdateBundle> UpdateCenterParser.parse(java.io.InputStream inputStream)
           
 

Methods in oracle.ideimpl.webupdate.parser with parameters of type UpdateBundle
 void UpdateXMLBuilder.appendUpdateBundle(org.w3c.dom.Document document, UpdateBundle bundle)
          Appends an update bundle to the specified center document.
 


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

E13403-04

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